Home
Docker
Kubernetes
Java
Ubuntu
Maven
Big Data
CI
Install
Samples
Archived
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); } }
© 2025
mti
tek