Class NoSuchMasterKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.encryptionsdk.exception.AwsCryptoException
com.amazonaws.encryptionsdk.exception.NoSuchMasterKeyException
- All Implemented Interfaces:
Serializable
This exception is thrown when the SDK attempts to use a
MasterKey
which either doesn't
exist or to which it doesn't have access.- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchMasterKeyException(String message)
NoSuchMasterKeyException(String message, Throwable cause)
NoSuchMasterKeyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
NoSuchMasterKeyException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchMasterKeyException
public NoSuchMasterKeyException() -
NoSuchMasterKeyException
-
NoSuchMasterKeyException
-
NoSuchMasterKeyException
-
NoSuchMasterKeyException
-