Class ImporterException

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

public class ImporterException extends Exception
An exception that will represent an error thrown via the Importer code.
See Also:
  • Constructor Details

    • ImporterException

      public ImporterException()
      Default constructor.
    • ImporterException

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

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

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