Class KieRuntimeServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.efesto.runtimemanager.api.exceptions.KieRuntimeServiceException
-
- All Implemented Interfaces:
Serializable
public class KieRuntimeServiceException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KieRuntimeServiceException()KieRuntimeServiceException(String message)KieRuntimeServiceException(String message, Throwable cause)KieRuntimeServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)KieRuntimeServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-