Class RemoteExportException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.exportimport.kernel.exception.RemoteExportException
- 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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
BAD_CONNECTION
public static final int BAD_CONNECTION- See Also:
-
INVALID_GROUP
public static final int INVALID_GROUP- See Also:
-
INVALID_STATE
public static final int INVALID_STATE- See Also:
-
NO_GROUP
public static final int NO_GROUP- See Also:
-
NO_PERMISSIONS
public static final int NO_PERMISSIONS- See Also:
-
SAME_GROUP
public static final int SAME_GROUP- See Also:
-
-
Constructor Details
-
RemoteExportException
public RemoteExportException(int type) -
RemoteExportException
-
-
Method Details
-
getGroupId
public long getGroupId() -
getType
public int getType() -
getURL
-
setGroupId
public void setGroupId(long groupId) -
setURL
-