Class SADValidationException

  • All Implemented Interfaces:
    Serializable

    public class SADValidationException
    extends Exception
    Exception class for SAD validation errors.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    Serialized Form
    • Constructor Detail

      • SADValidationException

        public SADValidationException​(SADValidationException.ErrorCode errorCode,
                                      String message)
        Constructor assigning the error code and error message.
        Parameters:
        errorCode - the error code
        message - the error message
      • SADValidationException

        public SADValidationException​(SADValidationException.ErrorCode errorCode,
                                      String message,
                                      Throwable cause)
        Constructor assigning the error code, the error message and the cause of the error.
        Parameters:
        errorCode - the error code
        message - the error message
        cause - the cause of the error