|
|
java > java.security > java.security.generalsecurityexception >
Class: java.security.GeneralSecurityException java.lang.Object java.lang.Throwable java.lang.Exception java.security.GeneralSecurityException
public class GeneralSecurityException extends Exception
FIELDS:
CONSTRUCTORS:
| | | public | GeneralSecurityException() |
| | public | GeneralSecurityException(String msg) |
| | public | GeneralSecurityException(String message, Throwable cause) |
| | public | GeneralSecurityException(Throwable cause) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| getMessage(), getLocalizedMessage(), getCause(), initCause(java.lang.Throwable), toString(), printStackTrace(), printStackTrace(java.io.PrintStream), printStackTrace(java.io.PrintWriter), fillInStackTrace(), getStackTrace(), setStackTrace(java.lang.StackTraceElement[]), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
| CertificateException, CertPathBuilderException, CertPathValidatorException, CertStoreException, CRLException, DigestException, InvalidAlgorithmParameterException, KeyException, KeyStoreException, NoSuchAlgorithmException, NoSuchProviderException, SignatureException, InvalidKeySpecException, InvalidParameterSpecException, UnrecoverableEntryException, BadPaddingException, ExemptionMechanismException, IllegalBlockSizeException, NoSuchPaddingException, ShortBufferException, LoginException, |
|
|
|
|
|



|