|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.pubnub.api.PubnubException
public class PubnubException
PubnubException is thrown by various Pubnub APIs
| Constructor Summary | |
|---|---|
PubnubException(PubnubError pubnubError)
Constructor for PubnubException Class with error message as argument |
|
PubnubException(PubnubError pubnubError,
java.lang.String s)
Constructor for PubnubException Class with error message as argument |
|
PubnubException(java.lang.String s)
Constructor for PubnubException Class with error message as argument |
|
| Method Summary | |
|---|---|
PubnubError |
getPubnubError()
|
java.lang.String |
toString()
Read the exception error message |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PubnubException(java.lang.String s)
s - Error messagepublic PubnubException(PubnubError pubnubError)
pubnubError - Error message
public PubnubException(PubnubError pubnubError,
java.lang.String s)
s - Error message| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Throwablepublic PubnubError getPubnubError()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||