|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.silverpeas.scheduler.SchedulerException
public class SchedulerException
Exception thrown when an error occurs within the scheduler.
Constructor Summary | |
---|---|
SchedulerException()
Constructs an empty SchedulerException. |
|
SchedulerException(String aMessage)
Constructs a SchedulerException with the specified message. |
|
SchedulerException(String message,
Throwable cause)
Constructs a SchedulerException with the specified message and cause. |
|
SchedulerException(Throwable cause)
Constructs a SchedulerException with the specified cause. |
Method Summary |
---|
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 SchedulerException()
public SchedulerException(String aMessage)
aMessage
- the message about that exception.public SchedulerException(Throwable cause)
cause
- the exception that caused this one.public SchedulerException(String message, Throwable cause)
message
- a message about that exception.cause
- the exception that caused this one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |