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
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 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 |
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.