Class SchedulerAPIRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.redwood.scheduler.infrastructure.exception.SchedulerRuntimeException
-
- com.redwood.scheduler.api.exception.SchedulerAPIRuntimeException
-
- All Implemented Interfaces:
ExceptionData
,Serializable
- Direct Known Subclasses:
DateTimeConstantOutOfBoundsException
,DirtyListNotEmptyException
,DuplicateKeyException
,IncorrectFormatRuntimeException
,InvalidObjectNameException
,JobHasNoParentException
,JobNotFoundRuntimeException
,ModifiedJobDefinitionCannotBePreparedException
,ObjectCreationNotAllowedException
,ObjectDeletedException
,ObjectMutableInOtherSubSessionException
,ObjectNotAttachedToSessionException
,ObjectNotFromSameSessionException
,ParameterWrongTypeException
,PendingEventsNotAllowedException
,PeriodFunctionErrorException
,PeriodFunctionNoInterfaceException
,PersistenceFactoryInstantiationException
,RecurrenceException
,RecurrencePatternException
,ReportGenerationException
,SchedulerAPIInvalidObjectTypeException
,SchedulerAPIPersistenceRuntimeException
,SchedulerConfigurationException
,TimeWindowElementConstraintOutOfBoundsException
,TimeWindowException
,TimeWindowExpectedOpenWindowException
,TimeWindowNullOpeningTimeException
,UnsupportedObjectException
public abstract class SchedulerAPIRuntimeException extends SchedulerRuntimeException
Baseclass for unchecked exceptions thrown by the API.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class com.redwood.scheduler.infrastructure.exception.SchedulerRuntimeException
bestException, getDefaultMessageFormat, getErrorCode, getExceptionData, getLocalizedMessage, getLocalizedMessage, getMessage, getTranslation, isSystemLoggable, skipException, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-