|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.torweg.pulse.service.PulseException
org.torweg.pulse.bundle.JobletSchedulerException
public class JobletSchedulerException
An Exception thrown by the JobletScheduler.
| Constructor Summary | |
|---|---|
JobletSchedulerException()
Constructs a new JobletSchedulerException with
null as its detail message. |
|
JobletSchedulerException(java.lang.String message)
Constructs a new JobletSchedulerException with the specified
detail message. |
|
JobletSchedulerException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new JobletSchedulerException with the specified
detail message and cause. |
|
JobletSchedulerException(java.lang.Throwable cause)
Constructs a new JobletSchedulerException with the specified
cause and a detail message of
{@code (cause==null ? |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| 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 |
| Constructor Detail |
|---|
public JobletSchedulerException()
JobletSchedulerException with
null as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable).
public JobletSchedulerException(java.lang.String message)
JobletSchedulerException with the specified
detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable).
message - the detail message. The detail message is saved for later
retrieval by Throwable.getMessage().public JobletSchedulerException(java.lang.Throwable cause)
JobletSchedulerException with the specified
cause and a detail message of
(cause==null ? null : cause.toString()).
cause - the cause. The cause is saved for later retrieval by
Throwable.getCause(). A null value is
permitted, and indicates that the cause is nonexistent or
unknown.
public JobletSchedulerException(java.lang.String message,
java.lang.Throwable cause)
JobletSchedulerException with the specified
detail message and cause.
message - the detail message. The detail message is saved for later
retrieval by Throwable.getMessage().cause - the cause. The cause is saved for later retrieval by
Throwable.getCause(). A null value is
permitted, and indicates that the cause is nonexistent or
unknown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||