Package com.turtlequeue
Class TqClientException.LookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.turtlequeue.TqClientException
-
- com.turtlequeue.TqClientException.LookupException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TqClientException
public static class TqClientException.LookupException extends TqClientException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.turtlequeue.TqClientException
TqClientException.AlreadyClosedException, TqClientException.AuthenticationException, TqClientException.AuthorizationException, TqClientException.BrokerMetadataException, TqClientException.BrokerPersistenceException, TqClientException.ChecksumException, TqClientException.ConnectException, TqClientException.ConsumerAssignException, TqClientException.ConsumerBusyException, TqClientException.CryptoException, TqClientException.GettingAuthenticationDataException, TqClientException.IncompatibleSchemaException, TqClientException.InvalidConfigurationException, TqClientException.InvalidMessageException, TqClientException.InvalidServiceURL, TqClientException.InvalidTopicNameException, TqClientException.LookupException, TqClientException.MessageAcknowledgeException, TqClientException.NotAllowedException, TqClientException.NotConnectedException, TqClientException.NotFoundException, TqClientException.NotSupportedException, TqClientException.ProducerBlockedQuotaExceededError, TqClientException.ProducerBlockedQuotaExceededException, TqClientException.ProducerBusyException, TqClientException.ProducerQueueIsFullError, TqClientException.TimeoutException, TqClientException.TopicDoesNotExistException, TqClientException.TopicTerminatedException, TqClientException.TransactionConflictException, TqClientException.UnsupportedAuthenticationException
-
-
Field Summary
-
Fields inherited from class com.turtlequeue.TqClientException
data, domain, reason
-
-
Constructor Summary
Constructors Constructor Description LookupException(com.turtlequeue.sdk.api.proto.Tq.ReplyError err)LookupException(com.turtlequeue.sdk.api.proto.Tq.ReplyError err, Throwable t)LookupException(String msg)LookupException(String msg, Throwable t)
-
Method Summary
-
Methods inherited from class com.turtlequeue.TqClientException
getData, getDomain, getReason, getSequenceId, isRetriableError, makeTqExceptionFromReplyError
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-