Class ReferentialImportInProgressException

All Implemented Interfaces:
Serializable

public class ReferentialImportInProgressException extends ReferentialException
Exception thrown when a file rules import is already in progress
See Also:
  • Constructor Details

    • ReferentialImportInProgressException

      public ReferentialImportInProgressException(String message)
      Parameters:
      message - message to associate with the exception
    • ReferentialImportInProgressException

      public ReferentialImportInProgressException(Throwable cause)
      Parameters:
      cause - cause to associate with the exception
    • ReferentialImportInProgressException

      public ReferentialImportInProgressException(String message, Throwable cause)
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception