JavaScript is disabled on your browser.
REST 7.33.0.Final-redhat-00002
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
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
Method Detail
getStatus
public int getStatus()
REST 7.33.0.Final-redhat-00002
Copyright © 2001–2020 jBPM dev team. All rights reserved.