Package com.pingidentity.sdk.key
Class MasterKeyEncryptorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pingidentity.sdk.key.MasterKeyEncryptorException
-
- All Implemented Interfaces:
Serializable
public class MasterKeyEncryptorException extends Exception
A general exception for theMasterKeyEncryptor.- Since:
- 8.0
- See Also:
MasterKeyEncryptor, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MasterKeyEncryptorException()MasterKeyEncryptorException(String message)MasterKeyEncryptorException(String message, Throwable cause)MasterKeyEncryptorException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-