Public Member Functions | |
| NetworkException (String message) | |
| NetworkException (Throwable exception) | |
Thrown to indicate that there is a problem with the network connection.
Definition at line 9 of file NetworkException.java.
| bubolo.net.NetworkException.NetworkException | ( | String | message | ) |
Constructs a NetworkException object with the specified message.
| message | the exception's detail message. |
Definition at line 17 of file NetworkException.java.
| bubolo.net.NetworkException.NetworkException | ( | Throwable | exception | ) |
Constructs a NetworkException object from the specified exception.
| exception | the exception to wrap. |
Definition at line 26 of file NetworkException.java.
1.8.6