Class SchemaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NamespaceNotFoundException, SchemaNotFoundException, SchemaPermissionException, SchemaValidationException

public class SchemaException extends UncheckedDeephavenException
The root of all possible Schema related exceptions.
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException()
    • SchemaException

      public SchemaException(String message)
    • SchemaException

      public SchemaException(String message, Throwable cause)
    • SchemaException

      public SchemaException(Throwable cause)
    • SchemaException

      protected SchemaException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)