java.security
Class UnrecoverableKeyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.security.GeneralSecurityException
|
+--java.security.UnrecoverableKeyException
This exception is thrown when a key cannot be recovered from the key
store.
Since:Author:- Aaron M. Renn <arenn@urbanophile.com>
UnrecoverableKeyException
public UnrecoverableKeyException()
Create an instance with no descriptive error message.
UnrecoverableKeyException
public UnrecoverableKeyException(java.lang.String msg)
Create an instance with a descriptive error message.
Parameters: