com.atlassian.crowd.migration
Class ImportException

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

public class ImportException
extends Exception

See Also:
Serialized Form

Constructor Summary
ImportException(Exception exception)
           
ImportException(String message)
           
ImportException(String message, List<String> errors)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportException

public ImportException(String message)

ImportException

public ImportException(Exception exception)

ImportException

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


Copyright © 2012 Atlassian. All Rights Reserved.