Class InvalidSchemaDataException
- 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.InvalidSchemaDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSchemaDataException extends SchemaException
Exception thrown when the schema data is not in a valid form.- See Also:
- Serialized Form
-
-
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 Constructor Description InvalidSchemaDataException(java.lang.String message)InvalidSchemaDataException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.pulsar.broker.service.schema.exceptions.SchemaException
isRecoverable
-
Methods inherited from class org.apache.pulsar.broker.service.BrokerServiceException
getClientErrorCode
-
-