com.ibm.websphere.wim.security.authz
Class AuthSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.wim.exception.WIMException
              extended by com.ibm.websphere.wim.exception.WIMSystemException
                  extended by 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

Field Summary
 
Fields inherited from class com.ibm.websphere.wim.exception.WIMException
SUCCESS
 
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.
 
Method Summary
 
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
 

Constructor Detail

AuthSystemException

public AuthSystemException(java.lang.String msgId,
                           java.util.logging.Level logLevel)
Constructs the authorization system exception.

Parameters:
msgId - Message identifier
logLevel - 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 identifier
params - Parameters
logLevel - 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 identifier
excp - Embedded exception
logLevel - 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 identifier
params - Parameters
excp - Embedded exception
logLevel - Logging level