✗
public class GeneralSecurityException
extends java.lang.Exception
Comparing jdk-20-ga and jdk-21+35
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadPaddingException,CertificateException,CertPathBuilderException,CertPathValidatorException,CertStoreException,CRLException,DecapsulateException,DigestException,ExemptionMechanismException,IllegalBlockSizeException,InvalidAlgorithmParameterException,InvalidKeySpecException,InvalidParameterSpecException,KeyException,KeyStoreException,LoginException,NoSuchAlgorithmException,NoSuchPaddingException,NoSuchProviderException,ShortBufferException,SignatureException,UnrecoverableEntryException
The
GeneralSecurityException
class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.- Since:
- 1.2
- See Also:
Constructors
- ✓public GeneralSecurityException()
- ✓public GeneralSecurityException(java.lang.String arg0)
- ✓public GeneralSecurityException(java.lang.String arg0, java.lang.Throwable arg1)
- ✓public GeneralSecurityException(java.lang.Throwable arg0)
Serialized Form
✓serialVersionUID
✓894798122053539237Summary
| Elements | Comments | Descriptions | Total | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Added | Changed | Removed | Added | Changed | Removed | Added | Changed | Removed | ||
| GeneralSecurityException | 2 | 2 | ||||||||
| Total | 2 | 2 | ||||||||