com.atlassian.crowd.migration
Class ImportExportException

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

public class ImportExportException
extends Exception

See Also:
Serialized Form

Constructor Summary
ImportExportException()
          Default constructor.
ImportExportException(String s)
          Default constructor.
ImportExportException(String s, Throwable throwable)
          Default constructor.
ImportExportException(Throwable throwable)
          Default constructor.
 
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

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.


Copyright © 2013 Atlassian. All Rights Reserved.