Package org.javalite.activeweb
Class ControllerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javalite.activeweb.WebException
org.javalite.activeweb.ControllerException
- All Implemented Interfaces:
Serializable
- Author:
- Igor Polevoy
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionControllerException(String message)
ControllerException(String message, Throwable cause)
ControllerException(Throwable cause)
-
Method Summary
Methods inherited from class org.javalite.activeweb.WebException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ControllerException
public ControllerException() -
ControllerException
-
ControllerException
-
ControllerException
-