Class SchemaException

    • Constructor Detail

      • SchemaException

        public SchemaException​(String message)
        Instantiates a new schema exception.
        Parameters:
        message - the message
      • SchemaException

        public SchemaException​(Throwable cause)
        Instantiates a new schema exception.
        Parameters:
        cause - the cause
      • SchemaException

        public SchemaException​(String message,
                               Throwable cause)
        Instantiates a new schema exception.
        Parameters:
        message - the message
        cause - the cause