Class FormManagerException

    • Constructor Detail

      • FormManagerException

        public FormManagerException​(String message)
        Constructor for this Exception that only sets a message.
        Parameters:
        message - the message for this Exception
      • FormManagerException

        public FormManagerException​(String message,
                                    Throwable cause)
        Constructor for this Exception that sets a message and the cause.
        Parameters:
        message - the message for this Exception
        cause - the cause of this Exception