An exception thrown by REST CloudPlugs API. More...
Public Member Functions | |
RestException () | |
RestException (String msg) | |
RestException (Throwable t) | |
RestException (String msg, Throwable t) | |
Public Member Functions inherited from PlugException | |
PlugException () | |
PlugException (String msg) | |
PlugException (Throwable t) | |
PlugException (String msg, Throwable t) | |
String | getStackTraceString () |
Additional Inherited Members | |
Static Public Member Functions inherited from PlugException | |
static String | getStackTraceOf (Throwable t) |
An exception thrown by REST CloudPlugs API.
RestException | ( | ) |
RestException | ( | String | msg | ) |
RestException | ( | Throwable | t | ) |
RestException | ( | String | msg, |
Throwable | t | ||
) |