UMDS Java API
6.14
|
Public Member Functions | |
UMDSBadStateException (final String s) | |
UMDSBadStateException (final UMDS u, final String s) | |
Static Public Member Functions | |
final static void | dump_stacks () |
final static void | dump_last_stack () |
Exception used to indicate the connection is unauthorised.
com.latencybusters.umds.UMDS.UMDSBadStateException.UMDSBadStateException | ( | final 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
s | The message for the exception |
com.latencybusters.umds.UMDS.UMDSBadStateException.UMDSBadStateException | ( | final UMDS | u, |
final 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
u | The UMDS object associated with this exception |
s | The message for the exception |
|
staticinherited |
Dump the last stack recorded from exceptions with no UMDS base.
|
staticinherited |
Dump the list of stacks recorded from exceptions with no UMDS base.