Class FlowableServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.flowable.ui.admin.service.engine.exception.FlowableServiceException
-
- All Implemented Interfaces:
Serializable
public class FlowableServiceException extends RuntimeException
Exception thrown from the Flowable Services, indicating an error occurred when executing a service request.- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlowableServiceException(String message)FlowableServiceException(String message, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-