Class NoSuchMasterKeyException

All Implemented Interfaces:
Serializable

public class NoSuchMasterKeyException extends AwsCryptoException
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 Details

    • NoSuchMasterKeyException

      public NoSuchMasterKeyException()
    • NoSuchMasterKeyException

      public NoSuchMasterKeyException(String message)
    • NoSuchMasterKeyException

      public NoSuchMasterKeyException(Throwable cause)
    • NoSuchMasterKeyException

      public NoSuchMasterKeyException(String message, Throwable cause)
    • NoSuchMasterKeyException

      public NoSuchMasterKeyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)