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

/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DKeyException.java39 public class KeyException extends GeneralSecurityException { class in inherits:GeneralSecurityException
47 public KeyException() { method in class:KeyException
58 public KeyException(String msg) { method in class:KeyException
73 public KeyException(String message, Throwable cause) { method in class:KeyException
88 public KeyException(Throwable cause) { method in class:KeyException

Completed in 104 milliseconds