Class SchedulerServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.service.CoreServiceException
com.aspectran.core.scheduler.service.SchedulerServiceException
- All Implemented Interfaces:
Serializable
The Class SchedulerServiceException.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimple constructor.Constructor to create exception with a message.SchedulerServiceException
(String msg, Throwable cause) Constructor to create exception to wrap another exception and pass a messageConstructor to create exception to wrap another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchedulerServiceException
public SchedulerServiceException()Simple constructor. -
SchedulerServiceException
Constructor to create exception with a message.- Parameters:
msg
- a message to associate with the exception
-
SchedulerServiceException
Constructor to create exception to wrap another exception.- Parameters:
cause
- the real cause of the exception
-
SchedulerServiceException
Constructor to create exception to wrap another exception and pass a message- Parameters:
msg
- the messagecause
- the real cause of the exception
-