Searched refs:wrappedThrowable (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/
H A DXMPPException.java47 private Throwable wrappedThrowable = null; field in class:XMPPException
69 * @param wrappedThrowable the root cause of the exception.
71 public XMPPException(Throwable wrappedThrowable) { argument
73 this.wrappedThrowable = wrappedThrowable;
104 * @param wrappedThrowable the root cause of the exception.
106 public XMPPException(String message, Throwable wrappedThrowable) { argument
108 this.wrappedThrowable = wrappedThrowable;
117 * @param wrappedThrowable th
119 XMPPException(String message, XMPPError error, Throwable wrappedThrowable) argument
[all...]

Completed in 131 milliseconds