Android 2.3 Gingerbread

java.security
Class UnrecoverableEntryException

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

public class UnrecoverableEntryException
extends GeneralSecurityException

UnrecoverableEntryException indicates, that a KeyStore.Entry cannot be recovered from a KeyStore.

See Also:
KeyStore, KeyStore.Entry, Serialized Form

Constructor Summary
UnrecoverableEntryException()
          Constructs a new instance of UnrecoverableEntryException.
UnrecoverableEntryException(String msg)
          Constructs a new instance of UnrecoverableEntryException 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

UnrecoverableEntryException

public UnrecoverableEntryException()
Constructs a new instance of UnrecoverableEntryException.


UnrecoverableEntryException

public UnrecoverableEntryException(String msg)
Constructs a new instance of UnrecoverableEntryException with the given message.

Parameters:
msg - the detail message for this exception.

Android 2.3 Gingerbread