com.atlassian.crowd.importer.exceptions
Class ImporterException

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

public class ImporterException
extends java.lang.Exception

An exception that will represent an error thrown via the Importer code.

See Also:
Serialized Form

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

ImporterException

public ImporterException()
Default constructor.


ImporterException

public ImporterException(java.lang.String s)
Default constructor.

Parameters:
s - the message.

ImporterException

public ImporterException(java.lang.String s,
                         java.lang.Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

ImporterException

public ImporterException(java.lang.Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.