public static class PubSubException.CompositeException extends PubSubException
PubSubException.BadVersionException, PubSubException.ClientAlreadySubscribedException, PubSubException.ClientNotSubscribedException, PubSubException.ClientNotSubscribedRuntimeException, PubSubException.CompositeException, PubSubException.CouldNotConnectException, PubSubException.InvalidMessageFilterException, PubSubException.MalformedRequestException, PubSubException.NoSubscriptionStateException, PubSubException.NoSuchTopicException, PubSubException.NoTopicOwnerInfoException, PubSubException.NoTopicPersistenceInfoException, PubSubException.ResubscribeException, PubSubException.ServerNotResponsibleForTopicException, PubSubException.ServiceDownException, PubSubException.SubscriptionStateExistsException, PubSubException.TopicBusyException, PubSubException.TopicOwnerInfoExistsException, PubSubException.TopicPersistenceInfoExistsException, PubSubException.UncertainStateException, PubSubException.UnexpectedConditionException
code
Constructor and Description |
---|
PubSubException.CompositeException(Collection<PubSubException> exceptions) |
Modifier and Type | Method and Description |
---|---|
Collection<PubSubException> |
getExceptions() |
create, getCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PubSubException.CompositeException(Collection<PubSubException> exceptions)
public Collection<PubSubException> getExceptions()
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.