com.ibm.websphere.wim.security.authz

Class AuthSystemException

  • All Implemented Interfaces:
    java.io.Serializable


    public class AuthSystemException
    extends WIMSystemException
    A class representing an authorization system exception.
    See Also:
    Serialized Form
    • 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