org.apache.tuscany.spi.services.work
Class WorkSchedulerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.spi.services.work.WorkSchedulerException
- All Implemented Interfaces:
- Serializable
public class WorkSchedulerException
- extends RuntimeException
Exception thrown by the work scheduler in case of unexpected exceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WorkSchedulerException
public WorkSchedulerException(Throwable cause)
- Wraps the root cause.
- Parameters:
cause
- Root cause for the exception.
-