public abstract class SmackException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
protected |
SmackException() |
protected |
SmackException(java.lang.String message) |
protected |
SmackException(java.lang.String message,
java.lang.Throwable wrappedThrowable) |
protected |
SmackException(java.lang.Throwable wrappedThrowable)
Creates a new SmackException with the Throwable that was the root cause of the exception.
|
protected SmackException(java.lang.Throwable wrappedThrowable)
wrappedThrowable - the root cause of the exception.protected SmackException(java.lang.String message)
protected SmackException(java.lang.String message,
java.lang.Throwable wrappedThrowable)
protected SmackException()