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.UnexpectedConditionExceptioncode| Constructor and Description |
|---|
PubSubException.CompositeException(Collection<PubSubException> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PubSubException> |
getExceptions() |
create, getCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PubSubException.CompositeException(Collection<PubSubException> exceptions)
public Collection<PubSubException> getExceptions()
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.