public class MasterKeyEncryptorException extends Exception
MasterKeyEncryptor.MasterKeyEncryptor,
Serialized Form| Constructor and Description |
|---|
MasterKeyEncryptorException()
Constructs a new MasterKeyEncryptorException with
null as its detail message. |
MasterKeyEncryptorException(String message)
Constructs a new MasterKeyEncryptorException with the specified detail message.
|
MasterKeyEncryptorException(String message,
Throwable cause)
Constructs a new MasterKeyEncryptorException with the specified detail message and cause
|
MasterKeyEncryptorException(Throwable cause)
Constructs a new MasterKeyEncryptorException with the specified cause and a detail
message of
null |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MasterKeyEncryptorException()
null as its detail message.public MasterKeyEncryptorException(String message)
message - the detail messagepublic MasterKeyEncryptorException(Throwable cause)
nullcause - the causeCopyright 2023 Ping Identity Corp. All rights reserved.