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
public class NoSuchMasterKeyException extends AwsCryptoException
This exception is thrown when the SDK attempts to use aMasterKey
which either doesn't exist or to which it doesn't have access.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchMasterKeyException()
NoSuchMasterKeyException(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
-
-