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