Class StreamManagementException.UnacknowledgedQueueFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.SmackException
org.jivesoftware.smack.sm.StreamManagementException
org.jivesoftware.smack.sm.StreamManagementException.UnacknowledgedQueueFullException
- All Implemented Interfaces:
Serializable
- Enclosing class:
StreamManagementException
public static final class StreamManagementException.UnacknowledgedQueueFullException
extends StreamManagementException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class StreamManagementException
StreamManagementException.StreamIdDoesNotMatchException, StreamManagementException.StreamManagementCounterError, StreamManagementException.StreamManagementNotEnabledException, StreamManagementException.UnacknowledgedQueueFullExceptionNested classes/interfaces inherited from class SmackException
SmackException.AlreadyConnectedException, SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.EndpointConnectionException, SmackException.FeatureNotSupportedException, SmackException.GenericConnectionException, SmackException.IllegalStateChangeException, SmackException.NoEndpointsDiscoveredException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.OutgoingQueueFullException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException, SmackException.SmackCertificateException, SmackException.SmackMessageException, SmackException.SmackSaslException, SmackException.SmackWrappedException -
Method Summary
Modifier and TypeMethodDescriptionintintnewWith(int overflowElementNum, List<Element> elements, BlockingQueue<Stanza> unacknowledgedStanzas) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getOverflowElementNum
-
getDroppedElements
-
getElements
-
getUnacknowledgesStanzas
-
newWith
public static StreamManagementException.UnacknowledgedQueueFullException newWith(int overflowElementNum, List<Element> elements, BlockingQueue<Stanza> unacknowledgedStanzas)
-