com.atlassian.crowd.importer.exceptions
Class ImporterConfigurationException

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

public class ImporterConfigurationException
extends ImporterException

This exception represents that a configuration to a given Import was invalid. This will most likely mean that it is of the incorrect type

See Also:
Serialized Form

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

ImporterConfigurationException

public ImporterConfigurationException()
Default constructor.


ImporterConfigurationException

public ImporterConfigurationException(String s)
Default constructor.

Parameters:
s - the message.

ImporterConfigurationException

public ImporterConfigurationException(String s,
                                      Throwable throwable)
Default constructor.

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

ImporterConfigurationException

public ImporterConfigurationException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2012 Atlassian. All Rights Reserved.