Package org.kie.server.common.rest
Class KieServerHttpRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.server.common.rest.KieServerHttpRequestException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoEndpointFoundException
public class KieServerHttpRequestException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KieServerHttpRequestException(String msg)Create a newKieServerHttpRequestExceptionwith the given causeKieServerHttpRequestException(String msg, Throwable cause)Create a newKieServerHttpRequestExceptionwith the given cause
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOExceptiongetCause()GetIOExceptionthat triggered this request exception-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KieServerHttpRequestException
public KieServerHttpRequestException(String msg, Throwable cause)
Create a newKieServerHttpRequestExceptionwith the given cause- Parameters:
msg-cause-
-
KieServerHttpRequestException
public KieServerHttpRequestException(String msg)
Create a newKieServerHttpRequestExceptionwith the given cause- Parameters:
msg-
-
-
Method Detail
-
getCause
public IOException getCause()
GetIOExceptionthat triggered this request exception- Overrides:
getCausein classThrowable- Returns:
IOExceptioncause
-
-