public class UnrecoverableKeyException extends UnrecoverableEntryException
Constructor and Description |
---|
UnrecoverableKeyException()
Constructs an UnrecoverableKeyException with no detail message.
|
UnrecoverableKeyException(String msg)
Constructs an UnrecoverableKeyException with the specified detail
message, which provides more information about why this exception
has been thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public UnrecoverableKeyException()
public UnrecoverableKeyException(String msg)
msg
- the detail message.