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