Exception used to indicate the connection is unauthorised.
More...
|
| UMDSBadStateException (System.String s) |
| Create an Bad State Exception. This is typically raised when an action occurs and the connection or server is not in a valid state - for example sending data on a source before the server has acknowledged that it was successful. More...
|
|
| UMDSBadStateException (UMDS u, System.String s) |
| Create an Bad State Exception. This is typically raised when an action occurs and the connection or server is not in a valid state - for example sending data on a source before the server has acknowledged that it was successful. More...
|
|
void | dump_last_stack () |
| Dump the last stack recorded from exceptions with no UMDS base. More...
|
|
|
static void | dump_stacks () |
| Dump the list of stacks recorded from exceptions with no UMDS base.
|
|
Exception used to indicate the connection is unauthorised.
com.latencybusters.umds.UMDS.UMDSBadStateException.UMDSBadStateException |
( |
System.String |
s | ) |
|
Create an Bad State Exception. This is typically raised when an action occurs and the connection or server is not in a valid state - for example sending data on a source before the server has acknowledged that it was successful.
- Parameters
-
s | The message for the exception |
com.latencybusters.umds.UMDS.UMDSBadStateException.UMDSBadStateException |
( |
UMDS |
u, |
|
|
System.String |
s |
|
) |
| |
Create an Bad State Exception. This is typically raised when an action occurs and the connection or server is not in a valid state - for example sending data on a source before the server has acknowledged that it was successful.
- Parameters
-
u | The UMDS object associated with this exception |
s | The message for the exception |
void com.latencybusters.umds.UMDS.UMDSException.dump_last_stack |
( |
| ) |
|
|
inherited |
Dump the last stack recorded from exceptions with no UMDS base.
- See also
- dump_stacks
The documentation for this class was generated from the following file: