Class ScheduleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
COM.TIBCO.hawk.config.rbengine.RBEConfigObjectException
COM.TIBCO.hawk.config.rbengine.schedule.ScheduleException
- All Implemented Interfaces:
Serializable
Signals that an error occurred while processing schedule.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a ScheduleException using the detail message from the specified exception.ScheduleException(String sMsg) Constructs a ScheduleException with the specified detail message. -
Method Summary
Methods inherited from class COM.TIBCO.hawk.config.rbengine.RBEConfigObjectException
printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScheduleException
Constructs a ScheduleException with the specified detail message. -
ScheduleException
Constructs a ScheduleException using the detail message from the specified exception.
-