Exception used to indicate an operation is not permitted.
More...
|
|
static void | dump_stacks () |
| | Dump the list of stacks recorded from exceptions with no UMDS base.
|
| |
Exception used to indicate an operation is not permitted.
| com.latencybusters.umds.UMDS.UMDSPermissionsException.UMDSPermissionsException |
( |
System.String |
s | ) |
|
Create a Permissions Exception. This is raised when trying to send on a connection that is not allowed to be sent on.
- Parameters
-
| s | The message for the exception |
| com.latencybusters.umds.UMDS.UMDSPermissionsException.UMDSPermissionsException |
( |
UMDS |
u, |
|
|
System.String |
s |
|
) |
| |
Create a Permissions Exception. This is raised when trying to send on a connection that is not allowed to be sent on.
- 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: