Class KieServerControllerClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.server.controller.client.exception.KieServerControllerClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KieServerControllerHTTPClientException
public class KieServerControllerClientException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KieServerControllerClientException()KieServerControllerClientException(String message)KieServerControllerClientException(String message, Throwable cause)KieServerControllerClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KieServerControllerClientException
public KieServerControllerClientException()
-
KieServerControllerClientException
public KieServerControllerClientException(String message)
-
KieServerControllerClientException
public KieServerControllerClientException(String message, Throwable cause)
-
KieServerControllerClientException
public KieServerControllerClientException(Throwable cause)
-
-