ModemNotAvailableException Class Reference
Modem not available exception. More...
Inheritance diagram for ModemNotAvailableException:

Public Member Functions | |
| ModemNotAvailableException () | |
| ModemNotAvailableException (String message) | |
| ModemNotAvailableException (String message, Throwable cause) | |
Detailed Description
This kind of exceptions are thrown when service is cannot be reached.
Constructor & Destructor Documentation
Constructor
| ModemNotAvailableException | ( | String | message | ) |
Constructor
- Parameters
-
message exception message
| ModemNotAvailableException | ( | String | message, |
| Throwable | cause | ||
| ) |
Constructor
- Parameters
-
message exception message cause cause
