public class UnrecoverableKeyException extends UnrecoverableEntryException
Constructor and Description |
---|
UnrecoverableKeyException()
Constructs an UnrecoverableKeyException with no detail message.
|
UnrecoverableKeyException(java.lang.String msg)
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about
why this exception has been thrown.
|
public UnrecoverableKeyException()
public UnrecoverableKeyException(java.lang.String msg)
msg
- the detail message.