Package oracle.as.scheduler
Class FrequencyValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.ValidationException
oracle.as.scheduler.FrequencyValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor with a detailed message.FrequencyValidationException
(String msg, Throwable cause) Constructor with a detailed message and underlying cause.Constructor with the underlying cause. -
Method Summary
Methods inherited from class oracle.as.scheduler.ValidationException
isRefIntegrityException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FrequencyValidationException
public FrequencyValidationException() -
FrequencyValidationException
Constructor with a detailed message.- Parameters:
msg
- - the associated detailed message
-
FrequencyValidationException
Constructor with the underlying cause.- Parameters:
cause
- - the underlying cause for exception.
-
FrequencyValidationException
Constructor with a detailed message and underlying cause.- Parameters:
msg
- - the detailed message for the exception.cause
- - underlying cause for the exception.
-