Class CustomDataSourceDriverException

    • Constructor Detail

      • CustomDataSourceDriverException

        public CustomDataSourceDriverException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - The detail message.
      • CustomDataSourceDriverException

        public CustomDataSourceDriverException​(String message,
                                               Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause.