Class ImporterConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.importer.exceptions.ImporterException
com.atlassian.crowd.importer.exceptions.ImporterConfigurationException
All Implemented Interfaces:
Serializable

public class ImporterConfigurationException extends ImporterException
This exception represents that a configuration to a given Import was invalid. This will most likely mean that it is of the incorrect type
See Also:
  • Constructor Details

    • ImporterConfigurationException

      public ImporterConfigurationException()
      Default constructor.
    • ImporterConfigurationException

      public ImporterConfigurationException(String s)
      Default constructor.
      Parameters:
      s - the message.
    • ImporterConfigurationException

      public ImporterConfigurationException(String s, Throwable throwable)
      Default constructor.
      Parameters:
      s - the message.
      throwable - the Exception.
    • ImporterConfigurationException

      public ImporterConfigurationException(Throwable throwable)
      Default constructor.
      Parameters:
      throwable - the Exception.