java.security
Class UnrecoverableKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.UnrecoverableKeyException
All Implemented Interfaces:
Serializable

public class UnrecoverableKeyException
extends GeneralSecurityException

This exception is thrown when a key cannot be recovered from the key store.

Since:
1.2
See Also:
Serialized Form

Constructor Summary
UnrecoverableKeyException()
          Create an instance with no descriptive error message.
UnrecoverableKeyException(String msg)
          Create an instance with a descriptive error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecoverableKeyException

public UnrecoverableKeyException()
Create an instance with no descriptive error message.


UnrecoverableKeyException

public UnrecoverableKeyException(String msg)
Create an instance with a descriptive error message.

Parameters:
msg - the descriptive error message