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