Class ComparisonDataSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.internal.compare.datasource.ComparisonDataSourceException
All Implemented Interfaces:
Serializable

public class ComparisonDataSourceException extends RuntimeException
Exception that indicate unrecoverable errors occuring during the IComparisonDataSource lifecycle (e.g. initialization, etc)
See Also:
  • Constructor Details

    • ComparisonDataSourceException

      public ComparisonDataSourceException(Throwable cause)
      Constructs an instance with enclosed throwable cause
      Parameters:
      cause - The cause. May not be null