Class ValidateException

    • Constructor Detail

      • ValidateException

        public ValidateException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - The message
      • ValidateException

        public ValidateException​(String message,
                                 Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - The message
        cause - The cause