Class NotExistSchemaException
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.NotExistSchemaException
- All Implemented Interfaces:
Serializable
Exception is thrown when an schema not exist.
- 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.SubscriptionConflictUnloadException, BrokerServiceException.SubscriptionFencedException, BrokerServiceException.SubscriptionInvalidCursorPosition, BrokerServiceException.SubscriptionNotFoundException, BrokerServiceException.TooManyRequestsException, BrokerServiceException.TopicBacklogQuotaExceededException, BrokerServiceException.TopicBusyException, BrokerServiceException.TopicClosedException, BrokerServiceException.TopicFencedException, BrokerServiceException.TopicMigratedException, BrokerServiceException.TopicNotFoundException, BrokerServiceException.TopicTerminatedException, BrokerServiceException.UnsupportedSubscriptionException, BrokerServiceException.UnsupportedVersionException -
Constructor Summary
ConstructorsConstructorDescriptionNotExistSchemaException(String message) NotExistSchemaException(String message, Throwable e) -
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
-
NotExistSchemaException
public NotExistSchemaException() -
NotExistSchemaException
-
NotExistSchemaException
-
NotExistSchemaException
-