Class TemplateDefinitionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.flowable.template.api.exception.TemplateDefinitionNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TemplateDefinitionNotFoundException extends Exception
This exception is thrown, if aTemplateDefinition
could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateDefinitionNotFoundException(String templateDefinitionId)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TemplateDefinitionNotFoundException
public TemplateDefinitionNotFoundException(String templateDefinitionId)
-
-