public class JobsSchedulerException extends Exception
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
JobsSchedulerException(Exception encException)
Creates an JobsSchedulerException with the specified encapsulated exception.
|
JobsSchedulerException(String message)
Creates an JobsSchedulerException with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getEncapsulatedException()
Returns the encapsulated exception.
|
String |
getMessage()
Returns the detail message string of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected static final long serialVersionUID
public JobsSchedulerException(String message)
message
- the detail message.public JobsSchedulerException(Exception encException)
encException
- the encapsulated exception.public String getMessage()
getMessage
in class Throwable
public Exception getEncapsulatedException()
Copyright © 2023 Denodo Technologies. All rights reserved.