com.ibm.websphere.wim.exception

Class WIMSystemException

    • Constructor Summary

      Constructors 
      Constructor and Description
      WIMSystemException()
      Creates the virtual member manager system level exception.
      WIMSystemException(java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String message)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String messageKey, java.lang.Object[] params)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String messageKey, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String messageKey, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String message, java.lang.String className, java.lang.String methodName)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String message, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.String message, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException(java.lang.Throwable cause)
      Creates the WIMSystemException.
    • Constructor Detail

      • WIMSystemException

        public WIMSystemException()
        Creates the virtual member manager system level exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String message)
        Creates the WIMSystemException.
        Parameters:
        message - The message or message key of the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String message,
                          java.lang.String className,
                          java.lang.String methodName)
        Creates the WIMSystemException.
        Parameters:
        message - The message or message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String message,
                          java.util.logging.Level severity,
                          java.lang.String className,
                          java.lang.String methodName)
        Creates the WIMSystemException.
        Parameters:
        message - The message or message key of the exception.
        severity - The exception severity(java.util.logging.Level)
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String messageKey,
                          java.lang.Object[] params)
        Creates the WIMSystemException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String messageKey,
                          java.lang.Object[] params,
                          java.lang.String className,
                          java.lang.String methodName)
        Creates the WIMSystemException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String messageKey,
                          java.lang.Object[] params,
                          java.util.logging.Level severity,
                          java.lang.String className,
                          java.lang.String methodName)
        Creates the WIMSystemException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        severity - The exception severity(java.util.logging.Level)
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        cause - The cause of the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String className,
                          java.lang.String methodName,
                          java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        cause - The cause of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.util.logging.Level severity,
                          java.lang.String className,
                          java.lang.String methodName,
                          java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        cause - The cause of the exception.
        severity - The exception severity(java.util.logging.Level)
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String message,
                          java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        cause - The cause of the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String message,
                          java.lang.String className,
                          java.lang.String methodName,
                          java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        cause - The cause of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String message,
                          java.util.logging.Level severity,
                          java.lang.String className,
                          java.lang.String methodName,
                          java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        cause - The cause of the exception.
        severity - The exceptionm severity(java.util.logging.Level)
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String messageKey,
                          java.lang.Object[] params,
                          java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        cause - The cause of the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String messageKey,
                          java.lang.Object[] params,
                          java.lang.String className,
                          java.lang.String methodName,
                          java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        cause - The cause of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • WIMSystemException

        public WIMSystemException(java.lang.String messageKey,
                          java.lang.Object[] params,
                          java.util.logging.Level severity,
                          java.lang.String className,
                          java.lang.String methodName,
                          java.lang.Throwable cause)
        Creates the WIMSystemException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        cause - The cause of the exception.
        severity - The exceptionm severity(java.util.logging.Level)
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.