Class JobsSchedulerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.scheduler.client.commons.exceptions.JobsSchedulerException
- All Implemented Interfaces:
Serializable
General exception used by the jobs scheduler server to signal that an error
occurred during a client request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobsSchedulerException(String message) Creates an JobsSchedulerException with the specified detail message. -
Method Summary
Modifier and TypeMethodDescriptionReturns the detail message string of the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobsSchedulerException
Creates an JobsSchedulerException with the specified detail message.- Parameters:
message- the detail message.
-
-
Method Details
-
getMessage
Returns the detail message string of the exception. If null the message of the encapsulated exception is returned.- Overrides:
getMessagein classThrowable- Returns:
- the detail message string of the encapsulated exception (which may be null).
-