public class ExportImportDocumentException extends PortalException
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT |
static int |
PORTLET_DATA_IMPORT |
static int |
PORTLET_PREFERENCES_IMPORT |
static int |
PORTLET_SERVICE_IMPORT |
| Constructor and Description |
|---|
ExportImportDocumentException() |
ExportImportDocumentException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPortletId() |
int |
getType() |
void |
setPortletId(String portletId) |
void |
setType(int type) |
public static final int DEFAULT
public static final int PORTLET_DATA_IMPORT
public static final int PORTLET_PREFERENCES_IMPORT
public static final int PORTLET_SERVICE_IMPORT