Class ExportImportDocumentException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.exportimport.kernel.exception.ExportImportDocumentException
- 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
void
setPortletId
(String portletId) 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
-
DEFAULT
public static final int DEFAULT- See Also:
-
PORTLET_DATA_IMPORT
public static final int PORTLET_DATA_IMPORT- See Also:
-
PORTLET_PREFERENCES_IMPORT
public static final int PORTLET_PREFERENCES_IMPORT- See Also:
-
PORTLET_SERVICE_IMPORT
public static final int PORTLET_SERVICE_IMPORT- See Also:
-
-
Constructor Details
-
ExportImportDocumentException
public ExportImportDocumentException() -
ExportImportDocumentException
-
-
Method Details
-
getPortletId
-
getType
public int getType() -
setPortletId
-
setType
public void setType(int type)
-