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

/openjdk7/jdk/src/share/classes/java/security/spec/
H A DInvalidKeySpecException.java41 public class InvalidKeySpecException extends GeneralSecurityException { class in inherits:GeneralSecurityException
46 * Constructs an InvalidKeySpecException with no detail message. A
50 public InvalidKeySpecException() { method in class:InvalidKeySpecException
55 * Constructs an InvalidKeySpecException with the specified detail
61 public InvalidKeySpecException(String msg) { method in class:InvalidKeySpecException
66 * Creates a <code>InvalidKeySpecException</code> with the specified
76 public InvalidKeySpecException(String message, Throwable cause) { method in class:InvalidKeySpecException
81 * Creates a <code>InvalidKeySpecException</code> with the specified cause
91 public InvalidKeySpecException(Throwable cause) { method in class:InvalidKeySpecException

Completed in 223 milliseconds