public class DebugServerException
extends java.lang.RuntimeException
Constructor and Description |
---|
DebugServerException(java.lang.String description) |
DebugServerException(java.lang.String detailMessage,
java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
static DebugServerException |
makeGeneric(java.lang.String reason,
java.lang.String extra,
java.lang.Throwable t) |
static DebugServerException |
makeGeneric(java.lang.String reason,
java.lang.Throwable t) |
static DebugServerException |
parse(java.lang.String str)
Parse a DebugServerException from the server json string.
|
public DebugServerException(java.lang.String description)
public DebugServerException(java.lang.String detailMessage, java.lang.Throwable throwable)
public static DebugServerException makeGeneric(java.lang.String reason, java.lang.Throwable t)
public static DebugServerException makeGeneric(java.lang.String reason, java.lang.String extra, java.lang.Throwable t)
public static DebugServerException parse(java.lang.String str)
str
- json string returned by the debug server