|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| 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.sap.scheduler.runtime.SchedulerException
public abstract class SchedulerException
Base class for all checked exceptions thrown by the NetWeaver Scheduler for Java.
| Constructor Summary | |
|---|---|
SchedulerException()
Constructs a new SchedulerException with no message. |
|
SchedulerException(String message)
Constructs a new SchedulerException with a message string. |
|
SchedulerException(String message,
Throwable throwable)
Constructs a new SchedulerException with a message and a throwable. |
|
SchedulerException(Throwable throwable)
Constructs a new SchedulerException with a throwable. |
|
| 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 message)
message - message string.
public SchedulerException(String message,
Throwable throwable)
message - message stringthrowable - a thowable which has caused this exceptionpublic SchedulerException(Throwable throwable)
throwable - a thowable which has caused this exception| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] ENGFACADE
|
[sap.com] tc/je/scheduler/api
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||