Package oracle.dbtools.plugin.api.jdbc
Class ConnectionNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.sql.SQLException
-
- java.sql.SQLTransientException
-
- java.sql.SQLTransientConnectionException
-
- oracle.dbtools.plugin.api.jdbc.ConnectionNotAvailableException
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<java.lang.Throwable>
- Direct Known Subclasses:
DatabaseNotAvailableException
,SchemaNotAvailableException
public abstract class ConnectionNotAvailableException extends java.sql.SQLTransientConnectionException
Exception raised when a connection to a database or database schema cannot be made- Author:
- cdivilly
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConnectionNotAvailableException(java.lang.String message, ConnectionNotAvailableReason reason, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionNotAvailableReason
reason()
The reason the connection could not be created-
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionNotAvailableException
protected ConnectionNotAvailableException(java.lang.String message, ConnectionNotAvailableReason reason, java.lang.Throwable cause)
-
-
Method Detail
-
reason
public ConnectionNotAvailableReason reason()
The reason the connection could not be created- Returns:
ConnectionNotAvailableReason
instance
-
-