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

/libcore/luni/src/main/java/java/security/
H A DGeneralSecurityException.java21 * {@code GeneralSecurityException} is a general security exception and the
24 public class GeneralSecurityException extends Exception { class in inherits:Exception
29 * Constructs a new instance of {@code GeneralSecurityException} with the
35 public GeneralSecurityException(String msg) { method in class:GeneralSecurityException
40 * Constructs a new instance of {@code GeneralSecurityException}.
42 public GeneralSecurityException() { method in class:GeneralSecurityException
46 * Constructs a new instance of {@code GeneralSecurityException} with the
54 public GeneralSecurityException(String message, Throwable cause) { method in class:GeneralSecurityException
59 * Constructs a new instance of {@code GeneralSecurityException} with the
65 public GeneralSecurityException(Throwabl method in class:GeneralSecurityException
[all...]

Completed in 37 milliseconds