public class InvalidTablesException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
InvalidTablesException(Exception encException)
Creates an JobsSchedulerException with the specified encapsulated exception.
|
InvalidTablesException(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, toStringprotected static final long serialVersionUID
public InvalidTablesException(String message)
message - the detail message.public InvalidTablesException(Exception encException)
encException - the encapsulated exception.public String getMessage()
getMessage in class Throwablepublic Exception getEncapsulatedException()
Copyright © 2024 Denodo Technologies. All rights reserved.