Class ValidationException

    • Constructor Detail

      • ValidationException

        public ValidationException​(String message)
        Constructs the ValidationException with the error message.
        Parameters:
        message - the error message.
      • ValidationException

        public ValidationException​(Throwable e)
        Constructs the ValidationException with the throwable object.
        Parameters:
        e - The throwable.
      • ValidationException

        public ValidationException​(String message,
                                   Throwable e)
        Constructs the ValidationException with the error message and the throwable object.
        Parameters:
        message - the error message.
        e - The throwable.