public class AblyException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
AblyException.HostFailedException |
| Modifier | Constructor and Description |
|---|---|
protected |
AblyException(java.lang.Throwable throwable,
ErrorInfo reason)
Constructor for use where there is an ErrorInfo available
|
| Modifier and Type | Method and Description |
|---|---|
static AblyException |
fromErrorInfo(ErrorInfo errorInfo) |
static AblyException |
fromThrowable(java.lang.Throwable t)
Get an exception from a throwable occurring locally
|
public ErrorInfo errorInfo
protected AblyException(java.lang.Throwable throwable,
ErrorInfo reason)
public static AblyException fromErrorInfo(ErrorInfo errorInfo)
public static AblyException fromThrowable(java.lang.Throwable t)
t -