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

/libcore/luni/src/main/java/java/security/
H A DUnrecoverableEntryException.java22 * {@code UnrecoverableEntryException} indicates, that a {@code KeyStore.Entry}
28 public class UnrecoverableEntryException extends GeneralSecurityException { class in inherits:GeneralSecurityException
33 * Constructs a new instance of {@code UnrecoverableEntryException}.
35 public UnrecoverableEntryException() { method in class:UnrecoverableEntryException
39 * Constructs a new instance of {@code UnrecoverableEntryException} with the
45 public UnrecoverableEntryException(String msg) { method in class:UnrecoverableEntryException

Completed in 429 milliseconds