Searched defs:UnrecoverableEntryException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
H A DUnrecoverableEntryException.java35 public class UnrecoverableEntryException extends GeneralSecurityException { class in inherits:GeneralSecurityException
40 * Constructs an UnrecoverableEntryException with no detail message.
42 public UnrecoverableEntryException() { method in class:UnrecoverableEntryException
47 * Constructs an UnrecoverableEntryException with the specified detail
53 public UnrecoverableEntryException(String msg) { method in class:UnrecoverableEntryException

Completed in 166 milliseconds