public static class PulsarClientException.TopicTerminatedException extends PulsarClientException
PulsarClientException.AlreadyClosedException, PulsarClientException.AuthenticationException, PulsarClientException.AuthorizationException, PulsarClientException.BrokerMetadataException, PulsarClientException.BrokerPersistenceException, PulsarClientException.ChecksumException, PulsarClientException.ConnectException, PulsarClientException.ConsumerAssignException, PulsarClientException.ConsumerBusyException, PulsarClientException.CryptoException, PulsarClientException.GettingAuthenticationDataException, PulsarClientException.IncompatibleSchemaException, PulsarClientException.InvalidConfigurationException, PulsarClientException.InvalidMessageException, PulsarClientException.InvalidServiceURL, PulsarClientException.InvalidTopicNameException, PulsarClientException.LookupException, PulsarClientException.MemoryBufferIsFullError, PulsarClientException.MessageAcknowledgeException, PulsarClientException.NotAllowedException, PulsarClientException.NotConnectedException, PulsarClientException.NotFoundException, PulsarClientException.NotSupportedException, PulsarClientException.ProducerBlockedQuotaExceededError, PulsarClientException.ProducerBlockedQuotaExceededException, PulsarClientException.ProducerBusyException, PulsarClientException.ProducerFencedException, PulsarClientException.ProducerQueueIsFullError, PulsarClientException.TimeoutException, PulsarClientException.TooManyRequestsException, PulsarClientException.TopicDoesNotExistException, PulsarClientException.TopicTerminatedException, PulsarClientException.TransactionConflictException, PulsarClientException.UnsupportedAuthenticationException| Constructor and Description |
|---|
TopicTerminatedException(String msg)
Constructs an
TopicTerminatedException with the specified detail message. |
TopicTerminatedException(String msg,
long sequenceId)
Constructs an
TopicTerminatedException with the specified detail message. |
getPreviousExceptions, getPreviousExceptions, getSequenceId, isRetriableError, setPreviousExceptions, setPreviousExceptions, setSequenceId, toString, unwrap, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TopicTerminatedException(String msg)
TopicTerminatedException with the specified detail message.msg - The detail message (which is saved for later retrieval
by the Throwable.getMessage() method)public TopicTerminatedException(String msg, long sequenceId)
TopicTerminatedException with the specified detail message.msg - The detail message (which is saved for later retrieval
by the Throwable.getMessage() method)sequenceId - The sequenceId of the messageCopyright © 2017–2021 Apache Software Foundation. All rights reserved.