| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.midp.crypto.GeneralSecurityException
All known Subclasses: com.sun.midp.crypto.ShortBufferException, com.sun.midp.crypto.NoSuchAlgorithmException, com.sun.midp.crypto.InvalidAlgorithmParameterException, com.sun.midp.crypto.NoSuchPaddingException, com.sun.midp.crypto.InvalidKeySpecException, com.sun.midp.crypto.IllegalBlockSizeException, com.sun.midp.crypto.BadPaddingException, com.sun.midp.crypto.SignatureException, com.sun.midp.crypto.InvalidKeyException, com.sun.midp.crypto.DigestException,
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.
|
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. |
|
|