com.ibm.websphere.wim.security.authz
Class AuthSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.wim.exception.WIMException
com.ibm.websphere.wim.exception.WIMSystemException
com.ibm.websphere.wim.security.authz.AuthSystemException
- All Implemented Interfaces:
- java.io.Serializable
public class AuthSystemException
- extends WIMSystemException
A class representing an authorization system exception.
- See Also:
- Serialized Form
Constructor Summary |
AuthSystemException(java.lang.String msgId,
java.util.logging.Level logLevel)
Constructs the authorization system exception. |
AuthSystemException(java.lang.String msgId,
java.lang.Object[] params,
java.util.logging.Level logLevel)
Constructs the authorization system exception. |
AuthSystemException(java.lang.String msgId,
java.lang.Object[] params,
java.lang.Throwable excp,
java.util.logging.Level logLevel)
Constructs the authorization system exception. |
AuthSystemException(java.lang.String msgId,
java.lang.Throwable excp,
java.util.logging.Level logLevel)
Constructs the authorization system exception. |
Methods inherited from class com.ibm.websphere.wim.exception.WIMException |
getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessageBundle, getMessageKey, getMessageParams, getRootError, getRootErrorCode, getRootErrorMessage, getRootErrorSource, isRootErrorSet, setRootError, setRootError, setRootErrorCode, setRootErrorCode, setRootErrorMessage, setRootErrorMessage, setRootErrorSource, setRootErrorSource |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthSystemException
public AuthSystemException(java.lang.String msgId,
java.util.logging.Level logLevel)
- Constructs the authorization system exception.
- Parameters:
msgId
- Message identifierlogLevel
- Logging level
AuthSystemException
public AuthSystemException(java.lang.String msgId,
java.lang.Object[] params,
java.util.logging.Level logLevel)
- Constructs the authorization system exception.
- Parameters:
msgId
- Message identifierparams
- ParameterslogLevel
- Logging level
AuthSystemException
public AuthSystemException(java.lang.String msgId,
java.lang.Throwable excp,
java.util.logging.Level logLevel)
- Constructs the authorization system exception.
- Parameters:
msgId
- Message identifierexcp
- Embedded exceptionlogLevel
- Logging level
AuthSystemException
public AuthSystemException(java.lang.String msgId,
java.lang.Object[] params,
java.lang.Throwable excp,
java.util.logging.Level logLevel)
- Constructs the authorization system exception.
- Parameters:
msgId
- Message identifierparams
- Parametersexcp
- Embedded exceptionlogLevel
- Logging level