Uses of Enum Class
oracle.dbtools.plugin.api.jdbc.ConnectionNotAvailableReason
Packages that use ConnectionNotAvailableReason
-
Uses of ConnectionNotAvailableReason in oracle.dbtools.plugin.api.jdbc
Methods in oracle.dbtools.plugin.api.jdbc that return ConnectionNotAvailableReasonModifier and TypeMethodDescriptionConnectionNotAvailableException.reason()The reason the connection could not be createdstatic ConnectionNotAvailableReasonReturns the enum constant of this class with the specified name.static ConnectionNotAvailableReason[]ConnectionNotAvailableReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in oracle.dbtools.plugin.api.jdbc with parameters of type ConnectionNotAvailableReasonModifierConstructorDescriptionprotectedConnectionNotAvailableException(String message, ConnectionNotAvailableReason reason, Throwable cause) DatabaseNotAvailableException(String database, ConnectionNotAvailableReason reason, Throwable cause) SchemaNotAvailableException(String schema, ConnectionNotAvailableReason reason, Throwable cause)