org.jbpm.process.workitem.rest
Class RESTServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.process.workitem.rest.RESTServiceException
- All Implemented Interfaces:
- Serializable
public class RESTServiceException
- extends RuntimeException
Dedicated exception to provide information about failed REST service invocation.
This exception can be thrown when there was successful connection but response code
is different than 2XX codes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RESTServiceException
public RESTServiceException(int status,
String response,
String endoint)
getStatus
public int getStatus()
getResponse
public String getResponse()
getEndoint
public String getEndoint()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.