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