public class SchemaGenerationException extends KunderaException
| Modifier and Type | Field and Description |
|---|---|
private String |
dataStoreName
The data store name.
|
private String |
schemaName
The schema name.
|
private static long |
serialVersionUID
The Constant serialVersionUID.
|
private String |
tableName
The table name.
|
| Constructor and Description |
|---|
SchemaGenerationException(String arg0) |
SchemaGenerationException(String arg0,
String dataStore,
String schema)
Instantiates a new schemaGeneration exception.
|
SchemaGenerationException(String arg0,
String dataStore,
String schema,
String table)
Instantiates a new schemaGeneration exception.
|
SchemaGenerationException(String arg0,
Throwable arg1,
String dataStore)
Instantiates a new schemaGeneration exception.
|
SchemaGenerationException(String arg0,
Throwable arg1,
String dataStoreName,
String databaseName) |
SchemaGenerationException(Throwable arg0)
Instantiates a new schemaGeneration exception.
|
SchemaGenerationException(Throwable arg0,
String dataStore)
Instantiates a new schemaGeneration exception.
|
SchemaGenerationException(Throwable arg0,
String dataStore,
String schema)
Instantiates a new schemaGeneration exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private String dataStoreName
private String schemaName
private String tableName
public SchemaGenerationException(String arg0, String dataStore, String schema)
dataStore - the data storeschema - the schemapublic SchemaGenerationException(String arg0, String dataStore, String schema, String table)
arg0 - the arg0dataStore - the data storeschema - the schematable - the tablepublic SchemaGenerationException(Throwable arg0)
arg0 - the arg0public SchemaGenerationException(Throwable arg0, String dataStore)
arg0 - the arg0dataStore - the data storepublic SchemaGenerationException(Throwable arg0, String dataStore, String schema)
arg0 - the arg0dataStore - the data storeschema - the schemapublic SchemaGenerationException(String arg0, Throwable arg1, String dataStore)
arg0 - the arg0arg1 - the arg1dataStore - the data storepublic SchemaGenerationException(String arg0, Throwable arg1, String dataStoreName, String databaseName)
public SchemaGenerationException(String arg0)
Copyright © 2015. All Rights Reserved.