Package com.amazonaws.services.s3
Class KeyWrapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- com.amazonaws.services.s3.KeyWrapException
-
- All Implemented Interfaces:
Serializable
public class KeyWrapException extends SecurityException
Key wrapping related security exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyWrapException()
KeyWrapException(String s)
KeyWrapException(String message, Throwable cause)
KeyWrapException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-