Class ExportImportIOException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.exportimport.kernel.exception.ExportImportIOException
- All Implemented Interfaces:
Serializable
- Author:
- Gergely Mathe
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionExportImportIOException
(String className) ExportImportIOException
(String className, Throwable throwable) ExportImportIOException
(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
int
getType()
void
setChecksum
(String checksum) void
setClassName
(String className) void
setExportImportConfigurationId
(long exportImportConfigurationId) void
setFileName
(String fileName) void
setPortletId
(String portletId) void
setStagingRequestId
(long stagingRequestId) void
setType
(int type) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ADD_ZIP_ENTRY_BYTES
public static final int ADD_ZIP_ENTRY_BYTES- See Also:
-
ADD_ZIP_ENTRY_STREAM
public static final int ADD_ZIP_ENTRY_STREAM- See Also:
-
ADD_ZIP_ENTRY_STRING
public static final int ADD_ZIP_ENTRY_STRING- See Also:
-
DEFAULT
public static final int DEFAULT- See Also:
-
LAYOUT_IMPORT
public static final int LAYOUT_IMPORT- See Also:
-
LAYOUT_IMPORT_FILE
public static final int LAYOUT_IMPORT_FILE- See Also:
-
LAYOUT_VALIDATE
public static final int LAYOUT_VALIDATE- See Also:
-
LAYOUT_VALIDATE_FILE
public static final int LAYOUT_VALIDATE_FILE- See Also:
-
PORTLET_EXPORT
public static final int PORTLET_EXPORT- See Also:
-
PORTLET_IMPORT
public static final int PORTLET_IMPORT- See Also:
-
PORTLET_IMPORT_FILE
public static final int PORTLET_IMPORT_FILE- See Also:
-
PORTLET_VALIDATE
public static final int PORTLET_VALIDATE- See Also:
-
PORTLET_VALIDATE_FILE
public static final int PORTLET_VALIDATE_FILE- See Also:
-
PUBLISH_STAGING_REQUEST
public static final int PUBLISH_STAGING_REQUEST- See Also:
-
STAGING_REQUEST_CHECKSUM
public static final int STAGING_REQUEST_CHECKSUM- See Also:
-
STAGING_REQUEST_REASSEMBLE_FILE
public static final int STAGING_REQUEST_REASSEMBLE_FILE- See Also:
-
-
Constructor Details
-
ExportImportIOException
public ExportImportIOException() -
ExportImportIOException
-
ExportImportIOException
-
ExportImportIOException
-
-
Method Details
-
getChecksum
-
getClassName
-
getExportImportConfigurationId
public long getExportImportConfigurationId() -
getFileName
-
getPortletId
-
getStagingRequestId
public long getStagingRequestId() -
getType
public int getType() -
setChecksum
-
setClassName
-
setExportImportConfigurationId
public void setExportImportConfigurationId(long exportImportConfigurationId) -
setFileName
-
setPortletId
-
setStagingRequestId
public void setStagingRequestId(long stagingRequestId) -
setType
public void setType(int type)
-