com.ibm.dse.applsrv.aa
Class DSESecurityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.base.DSEException
                    |
                    +--com.ibm.dse.applsrv.aa.NestedException
                          |
                          +--com.ibm.dse.applsrv.aa.DSESecurityException

public class DSESecurityException
extends NestedException

This class represents any type of error within the security component.

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.applsrv.aa.NestedException
trace
 
Fields inherited from class com.ibm.dse.base.DSEException
critical, harmless
 
Constructor Summary
DSESecurityException()
          Return a security exception.
DSESecurityException(java.lang.String message)
          Return a security exception with the specified error message.
DSESecurityException(java.lang.String message, java.lang.Throwable exception)
          Return a security exception with the specified error message and a nested exception.
 
Methods inherited from class com.ibm.dse.applsrv.aa.NestedException
exception
 
Methods inherited from class com.ibm.dse.base.DSEException
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSESecurityException

public DSESecurityException()
Return a security exception.

DSESecurityException

public DSESecurityException(java.lang.String message)
Return a security exception with the specified error message.
Parameters:
message - String

DSESecurityException

public DSESecurityException(java.lang.String message,
                            java.lang.Throwable exception)
Return a security exception with the specified error message and a nested exception.
Parameters:
message - String - the error message.
exception - Throwable - the nested exception.