

Public Member Functions | |
| BadConnectionException (Throwable cause) | |
| BadConnectionException (String message, Throwable cause) | |
BadConnectionException is thrown when a connection fails the validity test.
Definition at line 35 of file BadConnectionException.java.
|
|
Creates a new
Definition at line 44 of file BadConnectionException.java. 00045 {
00046 super(cause);
00047 }
|
|
||||||||||||
|
Creates a new
Definition at line 55 of file BadConnectionException.java. 00056 {
00057 super(message, cause);
00058 }
|
1.3.9.1