public class VirtualDatabaseException extends TeiidProcessingException
Modifier and Type | Field and Description |
---|---|
static String |
MODEL_NON_DEPLOYABLE_STATE |
static String |
NO_MODELS |
static String |
VDB_NON_DEPLOYABLE_STATE |
code
Constructor and Description |
---|
VirtualDatabaseException()
No-arg costructor required by Externalizable semantics
|
VirtualDatabaseException(BundleUtil.Event event,
Exception e,
String message)
Construct an instance from a message and a code and an exception to
chain to this one.
|
VirtualDatabaseException(BundleUtil.Event code,
String message)
Construct an instance with the message and error code specified.
|
VirtualDatabaseException(Exception e)
Construct an instance from an exception to chain to this one.
|
VirtualDatabaseException(Exception e,
String message)
Construct an instance from a message and an exception to chain to this one.
|
VirtualDatabaseException(String message)
Construct an instance with the message specified.
|
getCode, getMessage, getOriginalType, setCode, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String NO_MODELS
public static final String MODEL_NON_DEPLOYABLE_STATE
public static final String VDB_NON_DEPLOYABLE_STATE
public VirtualDatabaseException()
public VirtualDatabaseException(String message)
message
- A message describing the exceptionpublic VirtualDatabaseException(BundleUtil.Event code, String message)
message
- A message describing the exceptioncode
- The error codepublic VirtualDatabaseException(Exception e)
e
- An exception to nest within this onepublic VirtualDatabaseException(Exception e, String message)
code
- A code denoting the exceptione
- An exception to nest within this onepublic VirtualDatabaseException(BundleUtil.Event event, Exception e, String message)
e
- An exception to nest within this onemessage
- A message describing the exceptioncode
- A code denoting the exceptionCopyright © 2019. All rights reserved.