Class IncompatibleSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.broker.service.BrokerServiceException
org.apache.pulsar.broker.service.schema.exceptions.SchemaException
org.apache.pulsar.broker.service.schema.exceptions.IncompatibleSchemaException
- All Implemented Interfaces:
Serializable
Exception is thrown when an incompatible schema is used.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pulsar.broker.service.BrokerServiceException
BrokerServiceException.AddEntryMetadataException, BrokerServiceException.AlreadyRunningException, BrokerServiceException.ConsumerAssignException, BrokerServiceException.ConsumerBusyException, BrokerServiceException.NamingException, BrokerServiceException.NotAllowedException, BrokerServiceException.PersistenceException, BrokerServiceException.ProducerBusyException, BrokerServiceException.ProducerFencedException, BrokerServiceException.ServerMetadataException, BrokerServiceException.ServiceUnitNotReadyException, BrokerServiceException.SubscriptionBusyException, BrokerServiceException.SubscriptionFencedException, BrokerServiceException.SubscriptionInvalidCursorPosition, BrokerServiceException.SubscriptionNotFoundException, BrokerServiceException.TooManyRequestsException, BrokerServiceException.TopicBacklogQuotaExceededException, BrokerServiceException.TopicBusyException, BrokerServiceException.TopicClosedException, BrokerServiceException.TopicFencedException, BrokerServiceException.TopicNotFoundException, BrokerServiceException.TopicPoliciesCacheNotInitException, BrokerServiceException.TopicTerminatedException, BrokerServiceException.UnsupportedVersionException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pulsar.broker.service.schema.exceptions.SchemaException
isRecoverableMethods inherited from class org.apache.pulsar.broker.service.BrokerServiceException
getClientErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleSchemaException
public IncompatibleSchemaException() -
IncompatibleSchemaException
-
IncompatibleSchemaException
-