public class RuntimeServiceException extends SchedulerException
RuntimeService to indicate system errors.
This also serves as the base class for various other Exception classes
used by the Enterprise Scheduler runtime service subsystem.| Constructor and Description |
|---|
RuntimeServiceException()
Constructor
|
RuntimeServiceException(String msg)
Constructor with a detailed message.
|
RuntimeServiceException(String msg,
Throwable cause)
Constructor with a detailed message and underlying cause.
|
RuntimeServiceException(Throwable cause)
Constructor with the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeServiceException()
public RuntimeServiceException(String msg)
msg - the associated detailed messagepublic RuntimeServiceException(Throwable cause)
cause - the underlying cause for exception.