net.craftforge.essential.controller
Class ControllerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.craftforge.essential.controller.ControllerException
- All Implemented Interfaces:
- Serializable
public class ControllerException
- extends Exception
Specifies exceptions occurring in the controller.
- Since:
- 02.12.2010
- Author:
- Christian Bick
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ControllerException
public ControllerException(String message)
ControllerException
public ControllerException(HttpStatusCode httpStatusCode)
ControllerException
public ControllerException(Throwable t)
ControllerException
public ControllerException(String message,
HttpStatusCode httpStatusCode)
ControllerException
public ControllerException(String message,
Throwable t)
ControllerException
public ControllerException(Throwable t,
HttpStatusCode httpStatusCode)
ControllerException
public ControllerException(String message,
Throwable t,
HttpStatusCode httpStatusCode)
getHttpStatusCode
public HttpStatusCode getHttpStatusCode()
Copyright © 2011. All Rights Reserved.