2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.work
Class WorkSchedulerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.sca.work.WorkSchedulerException
- All Implemented Interfaces:
- java.io.Serializable
public class WorkSchedulerException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorkSchedulerException
public WorkSchedulerException()
-
WorkSchedulerException
public WorkSchedulerException(java.lang.String message,
java.lang.Throwable cause)
-
WorkSchedulerException
public WorkSchedulerException(java.lang.String message)
-
WorkSchedulerException
public WorkSchedulerException(java.lang.Throwable cause)
-