CannotSubscribeException Interface Reference
Inheritance diagram for CannotSubscribeException:

Public Member Functions | |
| CannotSubscribeException () | |
| CannotSubscribeException (String message) | |
| CannotSubscribeException (String message, Throwable cause) | |
Public Member Functions inherited from HalException | |
| HalException () | |
| HalException (String message) | |
| HalException (String message, Throwable cause) | |
Detailed Description
CannotSubscribeException
Constructor & Destructor Documentation
Constructor
| CannotSubscribeException | ( | String | message | ) |
Constructor
- Parameters
-
message exception message
| CannotSubscribeException | ( | String | message, |
| Throwable | cause | ||
| ) |
Constructor
- Parameters
-
message exception message cause cause

Public Member Functions inherited from