Class FormException

    • Constructor Detail

      • FormException

        public FormException​(String message)
        Construct a new FormException with only a message
        Parameters:
        message - the message to indicate the cause of the exception
      • FormException

        public FormException​(String message,
                             Throwable cause)
        Construct a new FormException with only a message
        Parameters:
        message - the message to indicate the cause of the exception
        cause - the cause of this exception