Class ValidationCheckFailedException

All Implemented Interfaces:
Serializable

public class ValidationCheckFailedException extends ValidationCheckException
Fail the current check.
See Also:
  • Constructor Details

    • ValidationCheckFailedException

      public ValidationCheckFailedException()
    • ValidationCheckFailedException

      public ValidationCheckFailedException(String aMessage, Throwable aCause, boolean aEnableSuppression, boolean aWritableStackTrace)
    • ValidationCheckFailedException

      public ValidationCheckFailedException(String aMessage, Throwable aCause)
    • ValidationCheckFailedException

      public ValidationCheckFailedException(String aMessage)
    • ValidationCheckFailedException

      public ValidationCheckFailedException(Throwable aCause)