public class SmackException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
SmackException.AlreadyConnectedException |
static class |
SmackException.AlreadyLoggedInException |
static class |
SmackException.ConnectionException
ConnectionException is thrown if Smack is unable to connect to all hosts of a given XMPP
service.
|
static class |
SmackException.FeatureNotSupportedException |
static class |
SmackException.IllegalStateChangeException |
static class |
SmackException.NoResponseException
Exception thrown always when there was no response to an request within the stanza reply timeout of the used
connection instance.
|
static class |
SmackException.NotConnectedException |
static class |
SmackException.NotLoggedInException |
static class |
SmackException.ResourceBindingNotOfferedException |
static class |
SmackException.SecurityNotPossibleException |
static class |
SmackException.SecurityRequiredByClientException |
static class |
SmackException.SecurityRequiredByServerException |
static class |
SmackException.SecurityRequiredException |
Modifier | Constructor and Description |
---|---|
protected |
SmackException() |
|
SmackException(String message) |
|
SmackException(String message,
Throwable wrappedThrowable) |
|
SmackException(Throwable wrappedThrowable)
Creates a new SmackException with the Throwable that was the root cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SmackException(Throwable wrappedThrowable)
wrappedThrowable
- the root cause of the exception.public SmackException(String message)
public SmackException(String message, Throwable wrappedThrowable)
protected SmackException()