|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
xjava.security.GeneralSecurityException
public class GeneralSecurityException
This is the general security exception class, which serves to group all the exception classes of the java.security package that extend from it.
Exceptions (no pun intended) are AccessControlException and CertificateException, which subclass from java.lang.SecurityException, and ProviderException and InvalidParameterException, which subclass from java.lang.RuntimeException.
This class is documented in JavaSoft's preview APIs, for introduction in Java 1.2.
$Revision: 1.2 $
Constructor Summary | |
---|---|
GeneralSecurityException()
Constructs a GeneralSecurityException without any detail message. |
|
GeneralSecurityException(java.lang.String msg)
Constructs a GeneralSecurityException with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeneralSecurityException()
public GeneralSecurityException(java.lang.String msg)
msg
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |