All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncompatibleSchemaException, InvalidSchemaDataException

public class SchemaException extends BrokerServiceException
Schema related exceptions.
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException(boolean recoverable, String message)
    • SchemaException

      public SchemaException(String message)
    • SchemaException

      public SchemaException(Throwable cause)
    • SchemaException

      public SchemaException(String message, Throwable cause)
  • Method Details

    • isRecoverable

      public boolean isRecoverable()