|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.crowd.importer.exceptions.ImporterException
com.atlassian.crowd.importer.exceptions.ImporterConfigurationException
public class ImporterConfigurationException
This exception represents that a configuration to a given Import was invalid. This will most likely mean that it is of the incorrect type
| Constructor Summary | |
|---|---|
ImporterConfigurationException()
Default constructor. |
|
ImporterConfigurationException(java.lang.String s)
Default constructor. |
|
ImporterConfigurationException(java.lang.String s,
java.lang.Throwable throwable)
Default constructor. |
|
ImporterConfigurationException(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 |
|---|
public ImporterConfigurationException()
public ImporterConfigurationException(java.lang.String s)
s - the message.
public ImporterConfigurationException(java.lang.String s,
java.lang.Throwable throwable)
s - the message.throwable - the Exception.public ImporterConfigurationException(java.lang.Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||