net.craftforge.essential.controller
Class ControllerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ControllerException(HttpStatusCode httpStatusCode)
           
ControllerException(String message)
           
ControllerException(String message, HttpStatusCode httpStatusCode)
           
ControllerException(String message, Throwable t)
           
ControllerException(String message, Throwable t, HttpStatusCode httpStatusCode)
           
ControllerException(Throwable t)
           
ControllerException(Throwable t, HttpStatusCode httpStatusCode)
           
 
Method Summary
 HttpStatusCode getHttpStatusCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getHttpStatusCode

public HttpStatusCode getHttpStatusCode()


Copyright © 2011. All Rights Reserved.