JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle® Universal Connection Pool Java API Reference
12c Release 2 (12.2)
E50120-05
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
N
NoAvailableConnectionsException
- Exception in
oracle.ucp
An exception indicating that there are no available connections in the connection pool.
NoAvailableConnectionsException()
- Constructor for exception oracle.ucp.
NoAvailableConnectionsException
Constructs a new exception with
null
as its detail message.
NoAvailableConnectionsException(String)
- Constructor for exception oracle.ucp.
NoAvailableConnectionsException
Constructs a new exception with the specified detail message.
NoAvailableConnectionsException(String, int)
- Constructor for exception oracle.ucp.
NoAvailableConnectionsException
Constructs a new exception with the specified detail message and error code.
NoAvailableConnectionsException(String, Throwable)
- Constructor for exception oracle.ucp.
NoAvailableConnectionsException
Constructs a new exception with the specified detail message and cause.
NoAvailableConnectionsException(Throwable)
- Constructor for exception oracle.ucp.
NoAvailableConnectionsException
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
, which typically contains the class and detail message of the
cause
).
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle® Universal Connection Pool Java API Reference
12c Release 2 (12.2)
E50120-05
Prev Letter
Next Letter
Frames
No Frames
All Classes
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved.