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

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

Completed in 146 milliseconds