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

/openjdk7/jdk/src/share/classes/java/security/
H A DGeneralSecurityException.java29 * The <code>GeneralSecurityException</code> class is a generic
36 public class GeneralSecurityException extends Exception { class in inherits:Exception
41 * Constructs a GeneralSecurityException with no detail message.
43 public GeneralSecurityException() { method in class:GeneralSecurityException
48 * Constructs a GeneralSecurityException with the specified detail
55 public GeneralSecurityException(String msg) { method in class:GeneralSecurityException
60 * Creates a <code>GeneralSecurityException</code> with the specified
70 public GeneralSecurityException(String message, Throwable cause) { method in class:GeneralSecurityException
75 * Creates a <code>GeneralSecurityException</code> with the specified cause
85 public GeneralSecurityException(Throwabl method in class:GeneralSecurityException
[all...]

Completed in 33 milliseconds