Android 2.3 Gingerbread

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.UnrecoverableEntryException
                  extended by java.security.UnrecoverableKeyException
All Implemented Interfaces:
Serializable

public class UnrecoverableKeyException
extends UnrecoverableEntryException

UnrecoverableKeyException indicates, that a key cannot be recovered from a KeyStore.

See Also:
KeyStore, Serialized Form

Constructor Summary
UnrecoverableKeyException()
          Constructs a new instance of UnrecoverableKeyException.
UnrecoverableKeyException(String msg)
          Constructs a new instance of UnrecoverableKeyException with the given 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(String msg)
Constructs a new instance of UnrecoverableKeyException with the given message.

Parameters:
msg - the detail message for this exception

UnrecoverableKeyException

public UnrecoverableKeyException()
Constructs a new instance of UnrecoverableKeyException.


Android 2.3 Gingerbread