public class RemoteExportException extends PortalException
Modifier and Type | Field and Description |
---|---|
static int |
BAD_CONNECTION |
static int |
INVALID_GROUP |
static int |
NO_GROUP |
static int |
NO_PERMISSIONS |
static int |
SAME_GROUP |
Constructor and Description |
---|
RemoteExportException(int type) |
RemoteExportException(int type,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
long |
getGroupId() |
int |
getType() |
java.lang.String |
getURL() |
void |
setGroupId(long groupId) |
void |
setURL(java.lang.String url) |
public static final int BAD_CONNECTION
public static final int INVALID_GROUP
public static final int NO_GROUP
public static final int NO_PERMISSIONS
public static final int SAME_GROUP