ObserverNotSubscribedException Interface Reference
Inheritance diagram for ObserverNotSubscribedException:

Public Member Functions | |
| ObserverNotSubscribedException () | |
| ObserverNotSubscribedException (String message) | |
| ObserverNotSubscribedException (String message, Throwable cause) | |
Public Member Functions inherited from HalException | |
| HalException () | |
| HalException (String message) | |
| HalException (String message, Throwable cause) | |
Detailed Description
ObserverNotSubscribedException
Constructor & Destructor Documentation
◆ ObserverNotSubscribedException() [1/3]
Constructor
◆ ObserverNotSubscribedException() [2/3]
| ObserverNotSubscribedException | ( | String | message | ) |
Constructor
- Parameters
-
message exception message
◆ ObserverNotSubscribedException() [3/3]
| ObserverNotSubscribedException | ( | String | message, |
| Throwable | cause | ||
| ) |
Constructor
- Parameters
-
message exception message cause cause
Public Member Functions inherited from