public class SchemaNotAvailableException extends ConnectionNotAvailableException
Constructor and Description |
---|
SchemaNotAvailableException(String schema,
ConnectionNotAvailableReason reason,
Throwable cause) |
SchemaNotAvailableException(String schema,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getSchema()
The user supplied schema name, which was determined not to be available
|
reason
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public SchemaNotAvailableException(String schema, ConnectionNotAvailableReason reason, Throwable cause)
public String getSchema()