Class PortletDataException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.exportimport.kernel.lar.PortletDataException
- All Implemented Interfaces:
Serializable
- Author:
- Raymond Augé
- 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
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
ConstructorsConstructorDescriptionPortletDataException
(int type) PortletDataException
(int type, Throwable throwable) PortletDataException
(String msg, Throwable throwable) PortletDataException
(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionlong
int
getType()
void
setCompanyId
(long companyId) void
setPortletId
(String portletId) void
setStagedModel
(StagedModel stagedModel) void
setStagedModelClassName
(String stagedModelClassName) void
setStagedModelClassPK
(String stagedModelClassPK) void
setStagedModelDisplayName
(String stagedModelDisplayName) 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
-
COMPANY_BEING_DELETED
public static final int COMPANY_BEING_DELETED- See Also:
-
DEFAULT
public static final int DEFAULT- See Also:
-
DELETE_PORTLET_DATA
public static final int DELETE_PORTLET_DATA- See Also:
-
END_DATE_IS_MISSING_START_DATE
public static final int END_DATE_IS_MISSING_START_DATE- See Also:
-
EXPORT_DATA_GROUP_ELEMENT
public static final int EXPORT_DATA_GROUP_ELEMENT- See Also:
-
EXPORT_PORTLET_DATA
public static final int EXPORT_PORTLET_DATA- See Also:
-
EXPORT_PORTLET_PERMISSIONS
public static final int EXPORT_PORTLET_PERMISSIONS- See Also:
-
EXPORT_REFERENCED_TEMPLATE
public static final int EXPORT_REFERENCED_TEMPLATE- See Also:
-
EXPORT_STAGED_MODEL
public static final int EXPORT_STAGED_MODEL- See Also:
-
FUTURE_END_DATE
public static final int FUTURE_END_DATE- See Also:
-
FUTURE_START_DATE
public static final int FUTURE_START_DATE- See Also:
-
IMPORT_DATA_GROUP_ELEMENT
public static final int IMPORT_DATA_GROUP_ELEMENT- See Also:
-
IMPORT_PORTLET_DATA
public static final int IMPORT_PORTLET_DATA- See Also:
-
IMPORT_PORTLET_PERMISSIONS
public static final int IMPORT_PORTLET_PERMISSIONS- See Also:
-
IMPORT_STAGED_MODEL
public static final int IMPORT_STAGED_MODEL- See Also:
-
INVALID_GROUP
public static final int INVALID_GROUP- See Also:
-
MISSING_DEPENDENCY
public static final int MISSING_DEPENDENCY- See Also:
-
MISSING_REFERENCE
public static final int MISSING_REFERENCE- See Also:
-
PREPARE_MANIFEST_SUMMARY
public static final int PREPARE_MANIFEST_SUMMARY- See Also:
-
START_DATE_AFTER_END_DATE
public static final int START_DATE_AFTER_END_DATE- See Also:
-
START_DATE_IS_MISSING_END_DATE
public static final int START_DATE_IS_MISSING_END_DATE- See Also:
-
STATUS_IN_TRASH
public static final int STATUS_IN_TRASH- See Also:
-
STATUS_UNAVAILABLE
public static final int STATUS_UNAVAILABLE- See Also:
-
UPDATE_JOURNAL_CONTENT_SEARCH_DATA
public static final int UPDATE_JOURNAL_CONTENT_SEARCH_DATA- See Also:
-
UPDATE_PORTLET_PREFERENCES
public static final int UPDATE_PORTLET_PREFERENCES- See Also:
-
-
Constructor Details
-
PortletDataException
public PortletDataException() -
PortletDataException
public PortletDataException(int type) -
PortletDataException
-
PortletDataException
-
PortletDataException
-
PortletDataException
-
-
Method Details
-
getCompanyId
public long getCompanyId() -
getPortletId
-
getStagedModel
-
getStagedModelClassName
-
getStagedModelClassPK
-
getStagedModelDisplayName
-
getType
public int getType() -
setCompanyId
public void setCompanyId(long companyId) -
setPortletId
-
setStagedModel
-
setStagedModelClassName
-
setStagedModelClassPK
-
setStagedModelDisplayName
-
setType
public void setType(int type)
-