Class ImportException

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

public class ImportException extends Exception
See Also:
  • Constructor Details

    • ImportException

      public ImportException(String message)
    • ImportException

      public ImportException(Exception exception)
    • ImportException

      public ImportException(String message, Throwable cause)
    • ImportException

      public ImportException(String message, List<String> errors)