Package org.kie.server.api.exception
Class KieServicesHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.server.api.exception.KieServicesException
-
- org.kie.server.api.exception.KieServicesHttpException
-
- All Implemented Interfaces:
Serializable
public class KieServicesHttpException extends KieServicesException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KieServicesHttpException()KieServicesHttpException(String message, Integer httpCode, String url, String responseBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExceptionMessage()IntegergetHttpCode()StringgetResponseBody()StringgetUrl()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-