UMDS Java API  6.14
com.latencybusters.umds.UMDS.UMDSPermissionsException Class Reference
Inheritance diagram for com.latencybusters.umds.UMDS.UMDSPermissionsException:
com.latencybusters.umds.UMDS.UMDSException

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 ()
 

Detailed Description

Exception used to indicate an operation is not permitted.

Constructor & Destructor Documentation

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.

Parameters
sThe 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.

Parameters
uThe UMDS object associated with this exception
sThe message for the exception

Member Function Documentation

final static void com.latencybusters.umds.UMDS.UMDSException.dump_last_stack ( )
staticinherited

Dump the last stack recorded from exceptions with no UMDS base.

See also
dump_stacks
final static void com.latencybusters.umds.UMDS.UMDSException.dump_stacks ( )
staticinherited

Dump the list of stacks recorded from exceptions with no UMDS base.


The documentation for this class was generated from the following file: