Class ImportExportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.migration.ImportExportException
All Implemented Interfaces:
Serializable

public class ImportExportException extends Exception
See Also:
  • Constructor Details

    • ImportExportException

      public ImportExportException()
      Default constructor.
    • ImportExportException

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

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

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