Class ValidationException

    • Constructor Detail

      • ValidationException

        public ValidationException​(String msg)
        Creates an instance of Validation Exception.
        Parameters:
        msg - message of the exception
      • ValidationException

        public ValidationException​(String rbName,
                                   String errorCode)
        Creates an instance of Validation Exception.
        Parameters:
        rbName - Resource bundle name of the error message.
        errorCode - Key of the error message in the resource bundle.
      • ValidationException

        public ValidationException​(Throwable t)
        Creates an instance of Validation Exception.
        Parameters:
        t - Root cause of this exception.