|
UMDS Java API
6.14
|
Public Member Functions | |
| UMDSPermissionsException (final String s) | |
| UMDSPermissionsException (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 an operation is not permitted.
| com.latencybusters.umds.UMDS.UMDSPermissionsException.UMDSPermissionsException | ( | final String | s | ) |
Create a Permissions Exception. This is raised when trying to send on a connection that is not allowed to be sent on.
| s | The message for the exception |
| com.latencybusters.umds.UMDS.UMDSPermissionsException.UMDSPermissionsException | ( | final UMDS | u, |
| final String | s | ||
| ) |
Create a Permissions Exception. This is raised when trying to send on a connection that is not allowed to be sent on.
| 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.