public class KeyManagementException extends KeyException
KeyManagementException
is a general exception, thrown to indicate an
exception during processing an operation concerning key management.Constructor and Description |
---|
KeyManagementException()
Constructs a new instance of
KeyManagementException . |
KeyManagementException(String msg)
Constructs a new instance of
KeyManagementException with the
given message. |
KeyManagementException(String message,
Throwable cause)
Constructs a new instance of
KeyManagementException with the
given message and the cause. |
KeyManagementException(Throwable cause)
Constructs a new instance of
KeyManagementException with the
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KeyManagementException(String msg)
KeyManagementException
with the
given message.msg
- the detail message for this exception.public KeyManagementException()
KeyManagementException
.public KeyManagementException(String message, Throwable cause)
KeyManagementException
with the
given message and the cause.message
- the detail message for this exception.cause
- the exception which is the cause for this exception.public KeyManagementException(Throwable cause)
KeyManagementException
with the
cause.cause
- the exception which is the cause for this exception.