Class SchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.broker.service.BrokerServiceException
org.apache.pulsar.broker.service.schema.exceptions.SchemaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IncompatibleSchemaException,InvalidSchemaDataException
Schema related exceptions.
- 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
ConstructorsConstructorDescriptionSchemaException(boolean recoverable, String message) SchemaException(String message) SchemaException(String message, Throwable cause) SchemaException(Throwable cause) -
Method Summary
Methods 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
-
SchemaException
-
SchemaException
-
SchemaException
-
SchemaException
-
-
Method Details
-
isRecoverable
public boolean isRecoverable()
-