Example usage for Java java.security UnrecoverableKeyException fields, constructors, methods, implement or subclass
The text is from its open source code.
UnrecoverableKeyException(String msg) Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown. | |
UnrecoverableKeyException() Constructs an UnrecoverableKeyException with no detail message. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
String | getMessage() Returns the detail message string of this throwable. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |
void | printStackTrace(PrintStream s) Prints this throwable and its backtrace to the specified print stream. |