jdk-20-ga : jdk-21+35
Module java.base
Package java.security

Class GeneralSecurityException

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

public class GeneralSecurityException extends Exception
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

Serialized Form

serialVersionUID

894798122053539237

Summary

Differences
Elements Comments Descriptions Total
Added Changed Removed Added Changed Removed Added Changed Removed
GeneralSecurityException 2 2
Total 2 2