org.camunda.bpm.web
Class WebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.web.WebException
All Implemented Interfaces:
Serializable

public class WebException
extends RuntimeException

Author:
nico.rehwaldt
See Also:
Serialized Form

Constructor Summary
WebException(javax.ws.rs.core.Response.Status status, String message, Throwable cause)
           
WebException(String message)
           
WebException(String message, Throwable cause)
           
WebException(Throwable cause)
           
 
Method Summary
 javax.ws.rs.core.Response.Status getStatus()
           
 
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

WebException

public WebException(String message)

WebException

public WebException(Throwable cause)

WebException

public WebException(String message,
                    Throwable cause)

WebException

public WebException(javax.ws.rs.core.Response.Status status,
                    String message,
                    Throwable cause)
Method Detail

getStatus

public javax.ws.rs.core.Response.Status getStatus()


Copyright © 2014 camunda services GmbH. All rights reserved.