All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ee.telekom.workflow.util.NoStackTraceException Maven / Gradle / Ivy

Go to download

Telekom-workflow-engine core provides the runtime environment for workflow execution together with all the supporting services (clustering, persistence, error handling etc).

There is a newer version: 1.6.3
Show 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 - 2024 Weber Informatics LLC | Privacy Policy