Home
Cloud
Big Data
CI
Install
Samples
Java
Ubuntu
Maven
Archive
mtitek-process-core-workitems-api
|
WorkItemHandlerRuntimeException.java
WorkItemHandlerRuntimeException.javal
WorkItemHandlerRuntimeException.java
package mtitek.process.workItems.exception; public class WorkItemHandlerRuntimeException extends RuntimeException { private static final long serialVersionUID = -5702805799951972773L; public WorkItemHandlerRuntimeException() { super(); } public WorkItemHandlerRuntimeException(String message, Throwable cause) { super(message, cause); } public WorkItemHandlerRuntimeException(String message) { super(message); } public WorkItemHandlerRuntimeException(Throwable cause) { super(cause); } }
© 2010-2022
mti
tek