public static class PulsarClientException.IncompatibleSchemaException extends PulsarClientException
PulsarClientException.AlreadyClosedException, PulsarClientException.AuthenticationException, PulsarClientException.AuthorizationException, PulsarClientException.BrokerMetadataException, PulsarClientException.BrokerPersistenceException, PulsarClientException.ChecksumException, PulsarClientException.ConnectException, PulsarClientException.ConsumerBusyException, PulsarClientException.CryptoException, PulsarClientException.GettingAuthenticationDataException, PulsarClientException.IncompatibleSchemaException, PulsarClientException.InvalidConfigurationException, PulsarClientException.InvalidMessageException, PulsarClientException.InvalidServiceURL, PulsarClientException.InvalidTopicNameException, PulsarClientException.LookupException, PulsarClientException.NotConnectedException, PulsarClientException.NotFoundException, PulsarClientException.NotSupportedException, PulsarClientException.ProducerBlockedQuotaExceededError, PulsarClientException.ProducerBlockedQuotaExceededException, PulsarClientException.ProducerBusyException, PulsarClientException.ProducerQueueIsFullError, PulsarClientException.TimeoutException, PulsarClientException.TooManyRequestsException, PulsarClientException.TopicDoesNotExistException, PulsarClientException.TopicTerminatedException, PulsarClientException.UnsupportedAuthenticationException
Constructor and Description |
---|
IncompatibleSchemaException(String msg)
Constructs an
IncompatibleSchemaException with the specified detail message. |
IncompatibleSchemaException(Throwable t)
Constructs an
IncompatibleSchemaException with the specified cause. |
unwrap, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleSchemaException(Throwable t)
IncompatibleSchemaException
with the specified cause.t
- The cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)public IncompatibleSchemaException(String msg)
IncompatibleSchemaException
with the specified detail message.msg
- The detail message (which is saved for later retrieval
by the Throwable.getMessage()
method)Copyright © 2017–2020 Apache Software Foundation. All rights reserved.