com.ibm.websphere.wim.exception

Class ValidationFailException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ValidationFailException
    extends WIMApplicationException
    vmm application exception to indicate that validation of the the request failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationFailException

        public ValidationFailException()
        Creates the Validation Fail Exception
      • ValidationFailException

        public ValidationFailException(java.lang.String message)
        Creates the Validation Fail Exception
        Parameters:
        message - The message or message key of the exception.
      • ValidationFailException

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

        public ValidationFailException(java.lang.String message,
                               java.util.logging.Level severity,
                               java.lang.String className,
                               java.lang.String methodName,
                               java.lang.Throwable cause)
        Creates the Validation Fail Exception
        Parameters:
        message - The message or message key of the exception.
        severity - The exception serverity
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
        cause - The cause of the exception.
      • ValidationFailException

        public ValidationFailException(java.lang.String message,
                               java.lang.String className,
                               java.lang.String methodName)
        Creates the Validation Fail Exception
        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.
      • ValidationFailException

        public ValidationFailException(java.lang.String message,
                               java.lang.String className,
                               java.lang.String methodName,
                               java.lang.Throwable cause)
        Creates the Validation Fail Exception
        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.
        cause - The cause of the exception.
      • ValidationFailException

        public ValidationFailException(java.lang.String message,
                               java.lang.Throwable cause)
        Creates the Validation Fail Exception
        Parameters:
        message - The message or message key of the exception.
        cause - The cause of the exception.
      • ValidationFailException

        public ValidationFailException(java.lang.Throwable cause)
        Creates the Validation Fail Exception
        Parameters:
        cause - The cause of the exception.