Class SchemaCreationException

    • Constructor Detail

      • SchemaCreationException

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

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

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