Class AttributesValidationException

  • All Implemented Interfaces:
    Serializable

    public class AttributesValidationException
    extends Exception
    Exception class that is used to indicate validation errors for attributes.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    Serialized Form
    • Constructor Detail

      • AttributesValidationException

        public AttributesValidationException​(String message)
        Constructor assigning an error message.
        Parameters:
        message - the error message.
      • AttributesValidationException

        public AttributesValidationException​(String message,
                                             Throwable cause)
        Constructor assigning an error message and the underlying cause of the error.
        Parameters:
        message - the error message.
        cause - the underlying cause of the error.