Uses of Class
oracle.dbtools.plugin.api.jdbc.ConnectionNotAvailableReason
-
Packages that use ConnectionNotAvailableReason Package Description oracle.dbtools.plugin.api.jdbc -
- <section role="region">
Uses of ConnectionNotAvailableReason in oracle.dbtools.plugin.api.jdbc
Methods in oracle.dbtools.plugin.api.jdbc that return ConnectionNotAvailableReason Modifier and Type Method Description ConnectionNotAvailableReasonConnectionNotAvailableException. reason()The reason the connection could not be createdstatic ConnectionNotAvailableReasonConnectionNotAvailableReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConnectionNotAvailableReason[]ConnectionNotAvailableReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
</section>Constructors in oracle.dbtools.plugin.api.jdbc with parameters of type ConnectionNotAvailableReason Constructor Description ConnectionNotAvailableException(java.lang.String message, ConnectionNotAvailableReason reason, java.lang.Throwable cause)DatabaseNotAvailableException(java.lang.String database, ConnectionNotAvailableReason reason, java.lang.Throwable cause)SchemaNotAvailableException(java.lang.String schema, ConnectionNotAvailableReason reason, java.lang.Throwable cause)
- <section role="region">