![JAR search and dependency download from the Maven repository](/logo.png)
ee.telekom.workflow.util.NoStackTraceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of workflow-engine Show documentation
Show all versions of workflow-engine Show documentation
Telekom-workflow-engine core provides the runtime environment for workflow execution together with all the supporting services (clustering, persistence, error handling etc).
The newest version!
package ee.telekom.workflow.util;
public class NoStackTraceException extends Exception{
private static final long serialVersionUID = 1L;
public NoStackTraceException( String message ){
super( message, null, true, false );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy