Home
LLMs
Python
Docker
Kubernetes
Java
Ubuntu
Maven
Archived
About
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