public class InvalidTablesException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
InvalidTablesException(java.lang.Exception encException)
Creates an JobsSchedulerException with the specified encapsulated exception.
|
InvalidTablesException(java.lang.String message)
Creates an JobsSchedulerException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getEncapsulatedException()
Returns the encapsulated exception.
|
java.lang.String |
getMessage()
Returns the detail message string of the exception.
|
protected static final long serialVersionUID
public InvalidTablesException(java.lang.String message)
message - the detail message.public InvalidTablesException(java.lang.Exception encException)
encException - the encapsulated exception.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getEncapsulatedException()
Copyright © 2024 Denodo Technologies. All rights reserved.