|
UMDS Java API
6.14
|
Public Member Functions | |
| UMDSAuthenticationException (final String s) | |
| UMDSAuthenticationException (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.UMDSAuthenticationException.UMDSAuthenticationException | ( | final String | s | ) |
Create an Authentication Exception. This is typically raised when the connection is unauthorised.
| s | The message for the exception |
| com.latencybusters.umds.UMDS.UMDSAuthenticationException.UMDSAuthenticationException | ( | final UMDS | u, |
| final String | s | ||
| ) |
Create an Authentication Exception. This is typically raised when the connection is unauthorised.
| 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.