Class ImportExportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.importexport.ImportExportException
-
- All Implemented Interfaces:
Serializable
public class ImportExportException extends Exception
- Author:
- Armond Avanes (armond555@yahoo.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportExportException(String message)
ImportExportException(String msg, Throwable cause)
ImportExportException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-