Home | History | Annotate | Download | only in smack

Lines Matching refs:Throwable

47     private Throwable wrappedThrowable = null;
66 * Creates a new XMPPException with the Throwable that was the root cause of the
71 public XMPPException(Throwable wrappedThrowable) {
101 * Throwable that was the root cause of the exception.
106 public XMPPException(String message, Throwable wrappedThrowable) {
113 * and the Throwable that was the root cause of the exception.
119 public XMPPException(String message, XMPPError error, Throwable wrappedThrowable) {
159 * Returns the Throwable asscociated with this exception, or <tt>null</tt> if there
162 * @return the Throwable asscociated with this exception.
164 public Throwable getWrappedThrowable() {