Class JobLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.denodo.scheduler.client.commons.exceptions.JobLimitExceededException
- All Implemented Interfaces:
Serializable
This exception is thrown when the user has exceeded the limit for the total
number of jobs allowed by the license.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionJobLimitExceededException(String message) Constructs a new instance of JobLimitExceededException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
JobLimitExceededException
Constructs a new instance of JobLimitExceededException with the given message.- Parameters:
message- the detail message.
-