Class ExceptionImportDiagnostic

java.lang.Object
com.appiancorp.suiteapi.type.config.ImportDiagnostic
com.appiancorp.suiteapi.type.config.ExceptionImportDiagnostic

public class ExceptionImportDiagnostic extends ImportDiagnostic
An ImportDiagnostic that has an associated AppianException.
  • Constructor Details

    • ExceptionImportDiagnostic

      public ExceptionImportDiagnostic(ImportDiagnosticSeverity severity, AppianException exception)
      Creates an instance with the given severity and AppianException.
      Parameters:
      severity - the severity
      exception - the exception to be associated with the diagnostic
  • Method Details