Class ValidationFailException

All Implemented Interfaces:
Serializable

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

    • ValidationFailException

      public ValidationFailException()
      Creates the Validation Fail Exception
    • ValidationFailException

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

      public ValidationFailException(String key, String message, 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(Throwable cause)
      Creates the Validation Fail Exception
      Parameters:
      cause - The cause of the exception.