<ExceptionHandler>
Section:
Service (Job Schedule Processor only)
Required:
No
Value type:
Java class name
Default:
com.osm.automation.jsproc.JobScheduleProcessorExceptionHandler
Product:
Creo Elements/Direct Manager Java Services
Description
This tag allows you to add a customized exception handler class to handle job execution issues. The Java class must be derived from the com.osm.automation.jsproc.JobScheduleProcessorExceptionHandler class.
Examples
This example shows the valid configuration of the tag:
<ExceptionHandler java_class=\u201dcom.acme.jsproc.MyJobScheduleProcessorExceptionHandler\u201d>
<ReportPersistentProblemsAfterMinutes>1440</ReportPersistentProblemsAfterMinutes>
</ExceptionHandler>
Was this helpful?