Class FormActionException

  • All Implemented Interfaces:
    Serializable, org.apache.commons.lang.exception.Nestable

    public class FormActionException
    extends FormBuilderException

    An exception class indicating a problem with the form action framework.

    Version:
    $Id: FormActionException.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    See Also:
    Serialized Form
    • Constructor Detail

      • FormActionException

        public FormActionException​(String msg)
        Creates a new instance of FormActionException and sets the error message.
        Parameters:
        msg - the error message
      • FormActionException

        public FormActionException​(String msg,
                                   Throwable cause)
        Creates a new instance of FormActionException and sets both the error message and the root cause.
        Parameters:
        msg - the error message
        cause - the root cause
      • FormActionException

        public FormActionException​(Throwable cause)
        Creates a new instance of FormActionException and sets the root cause.
        Parameters:
        cause - the root cause of this exception