Home » openjdk-7 » java » security » [javadoc | source]
java.security
public class: UnrecoverableEntryException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.security.GeneralSecurityException
            java.security.UnrecoverableEntryException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    UnrecoverableKeyException

This exception is thrown if an entry in the keystore cannot be recovered.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public UnrecoverableEntryException() 
 public UnrecoverableEntryException(String msg) 
    Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.
    Parameters:
    msg - the detail message.
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait