Class UnexpectedImportZipFileContents
- java.lang.Object
- 
- java.lang.Throwable
- 
- com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class UnexpectedImportZipFileContents extends Throwable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnexpectedImportZipFileContents(String name, Unzipper unzipper)UnexpectedImportZipFileContents(String name, File exportZip)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagegetI18nMessage()StringgetMessage()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
getMessagepublic String getMessage() - Overrides:
- getMessagein class- Throwable
 
 - 
getI18nMessagepublic Message getI18nMessage() 
 
- 
 
-