public class PubNubException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
PubNubException.PubNubExceptionBuilder |
| Modifier and Type | Method and Description |
|---|---|
static PubNubException.PubNubExceptionBuilder |
builder() |
java.lang.String |
getErrormsg() |
com.google.gson.JsonElement |
getJso() |
PubNubError |
getPubnubError() |
java.lang.String |
getResponse() |
int |
getStatusCode() |
public static PubNubException.PubNubExceptionBuilder builder()
public java.lang.String getErrormsg()
public PubNubError getPubnubError()
public com.google.gson.JsonElement getJso()
public java.lang.String getResponse()
public int getStatusCode()