Package org.jivesoftware.smackx.pubsub
Class PubSubException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smack.SmackException
-
- org.jivesoftware.smackx.pubsub.PubSubException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PubSubException.NotALeafNodeException
,PubSubException.NotAPubSubNodeException
public abstract class PubSubException extends SmackException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PubSubException.NotALeafNodeException
static class
PubSubException.NotAPubSubNodeException
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.SmackException
SmackException.AlreadyConnectedException, SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.EndpointConnectionException, SmackException.FeatureNotSupportedException, SmackException.GenericConnectionException, SmackException.IllegalStateChangeException, SmackException.NoEndpointsDiscoveredException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException, SmackException.SmackCertificateException, SmackException.SmackMessageException, SmackException.SmackSaslException, SmackException.SmackWrappedException
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PubSubException(java.lang.String nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNodeId()
-
-
-
Constructor Detail
-
PubSubException
protected PubSubException(java.lang.String nodeId)
-
-
Method Detail
-
getNodeId
public java.lang.String getNodeId()
-
-