Class EncryptionEntryNoExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.server.storage.StorageException
com.linecorp.centraldogma.server.storage.encryption.EncryptionStorageException
com.linecorp.centraldogma.server.storage.encryption.EncryptionEntryNoExistException
- All Implemented Interfaces:
Serializable
A
StorageException that is raised when an encryption entry doesn't exist.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptionEntryNoExistException(String message) Creates a new instance with the specifiedmessage. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncryptionEntryNoExistException
Creates a new instance with the specifiedmessage.
-