Class ImporterConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.importer.exceptions.ImporterException
com.atlassian.crowd.importer.exceptions.ImporterConfigurationException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Default constructor.ImporterConfigurationException
(String s, Throwable throwable) Default constructor.ImporterConfigurationException
(Throwable throwable) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImporterConfigurationException
public ImporterConfigurationException()Default constructor. -
ImporterConfigurationException
Default constructor.- Parameters:
s
- the message.
-
ImporterConfigurationException
Default constructor.- Parameters:
s
- the message.throwable
- theException
.
-
ImporterConfigurationException
Default constructor.- Parameters:
throwable
- theException
.
-