| java.lang.Object java.lang.Throwable java.lang.Exception java.security.GeneralSecurityException
All known Subclasses: com.sun.j2me.crypto.NoSuchPaddingException, java.security.InvalidAlgorithmParameterException, java.security.cert.CertificateException, com.sun.j2me.crypto.InvalidAlgorithmParameterException, javax.crypto.IllegalBlockSizeException, java.security.SignatureException, java.security.KeyException, java.security.spec.InvalidKeySpecException, java.security.cert.CRLException, java.security.DigestException, com.sun.j2me.crypto.NoSuchAlgorithmException, java.security.NoSuchAlgorithmException, com.sun.j2me.crypto.InvalidKeyException, java.security.spec.InvalidParameterSpecException, javax.crypto.BadPaddingException, com.sun.j2me.crypto.BadPaddingException, javax.crypto.ShortBufferException, com.sun.j2me.crypto.IllegalBlockSizeException, javax.crypto.NoSuchPaddingException, java.security.UnrecoverableKeyException, java.security.KeyStoreException, com.sun.j2me.crypto.ShortBufferException, sun.security.x509.GeneralNamesException, java.security.NoSuchProviderException,
GeneralSecurityException | public class GeneralSecurityException extends Exception (Code) | | The GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it.
version: 1.4.2 |
Constructor Summary | |
public | GeneralSecurityException() Constructs a GeneralSecurityException with no detail message. | public | GeneralSecurityException(String msg) Constructs a GeneralSecurityException with the specified detail
message.
A detail message is a String that describes this particular
exception.
Parameters: msg - the detail message. |
GeneralSecurityException | public GeneralSecurityException()(Code) | | Constructs a GeneralSecurityException with no detail message.
|
GeneralSecurityException | public GeneralSecurityException(String msg)(Code) | | Constructs a GeneralSecurityException with the specified detail
message.
A detail message is a String that describes this particular
exception.
Parameters: msg - the detail message. |
|
|