public class ImporterConfigurationException extends ImporterException
Constructor and Description |
---|
ImporterConfigurationException()
Default constructor.
|
ImporterConfigurationException(String s)
Default constructor.
|
ImporterConfigurationException(String s,
Throwable throwable)
Default constructor.
|
ImporterConfigurationException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ImporterConfigurationException()
public ImporterConfigurationException(String s)
s
- the message.public ImporterConfigurationException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.Copyright © 2020 Atlassian. All rights reserved.