| java.lang.Object java.lang.Throwable java.lang.Exception java.security.GeneralSecurityException
All known Subclasses: java.security.NoSuchAlgorithmException, java.security.cert.CertStoreException, java.security.KeyException, java.security.InvalidAlgorithmParameterException, java.security.cert.CertPathBuilderException, java.security.NoSuchProviderException, java.security.cert.CRLException, java.security.DigestException, java.security.KeyStoreException, java.security.cert.CertificateException, java.security.spec.InvalidKeySpecException, java.security.spec.InvalidParameterSpecException, java.security.UnrecoverableKeyException, java.security.cert.CertPathValidatorException, java.security.UnrecoverableEntryException, java.security.SignatureException,
GeneralSecurityException | public class GeneralSecurityException extends Exception (Code) | | This class represents the general security exception. Subclasses will
represents specific security problems.
|
GeneralSecurityException | public GeneralSecurityException(String msg)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: msg - String The detail message for the exception. |
GeneralSecurityException | public GeneralSecurityException()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
GeneralSecurityException | public GeneralSecurityException(Throwable cause)(Code) | | |
|
|