Package java.security
Class GeneralSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CertificateException
,CRLException
,DigestException
,InvalidAlgorithmParameterException
,InvalidKeySpecException
,InvalidParameterSpecException
,KeyException
,KeyStoreException
,NoSuchAlgorithmException
,NoSuchProviderException
,SignatureException
,UnrecoverableKeyException
public class GeneralSecurityException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneralSecurityException()
GeneralSecurityException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
GeneralSecurityException
public GeneralSecurityException()
-
GeneralSecurityException
public GeneralSecurityException(String var0)
-
-