public class RemoteOptionsException extends PortalException
Modifier and Type | Field and Description |
---|---|
static int |
REMOTE_ADDRESS |
static int |
REMOTE_GROUP_ID |
static int |
REMOTE_PATH_CONTEXT |
static int |
REMOTE_PORT |
Constructor and Description |
---|
RemoteOptionsException(int type) |
Modifier and Type | Method and Description |
---|---|
String |
getRemoteAddress() |
long |
getRemoteGroupId() |
String |
getRemotePathContext() |
int |
getRemotePort() |
int |
getType() |
void |
setRemoteAddress(String remoteAddress) |
void |
setRemoteGroupId(long remoteGroupId) |
void |
setRemotePathContext(String remotePathContext) |
void |
setRemotePort(int remotePort) |
public static final int REMOTE_ADDRESS
public static final int REMOTE_GROUP_ID
public static final int REMOTE_PATH_CONTEXT
public static final int REMOTE_PORT
public String getRemoteAddress()
public long getRemoteGroupId()
public String getRemotePathContext()
public int getRemotePort()
public int getType()
public void setRemoteAddress(String remoteAddress)
public void setRemoteGroupId(long remoteGroupId)
public void setRemotePathContext(String remotePathContext)
public void setRemotePort(int remotePort)