Liferay 6.2-ce-ga5

com.liferay.portal
Class RemoteOptionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.RemoteOptionsException
All Implemented Interfaces:
Serializable

public class RemoteOptionsException
extends PortalException

See Also:
Serialized Form

Field Summary
static int REMOTE_ADDRESS
           
static int REMOTE_GROUP_ID
           
static int REMOTE_PATH_CONTEXT
           
static int REMOTE_PORT
           
 
Constructor Summary
RemoteOptionsException(int type)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REMOTE_ADDRESS

public static final int REMOTE_ADDRESS
See Also:
Constant Field Values

REMOTE_GROUP_ID

public static final int REMOTE_GROUP_ID
See Also:
Constant Field Values

REMOTE_PATH_CONTEXT

public static final int REMOTE_PATH_CONTEXT
See Also:
Constant Field Values

REMOTE_PORT

public static final int REMOTE_PORT
See Also:
Constant Field Values
Constructor Detail

RemoteOptionsException

public RemoteOptionsException(int type)
Method Detail

getRemoteAddress

public String getRemoteAddress()

getRemoteGroupId

public long getRemoteGroupId()

getRemotePathContext

public String getRemotePathContext()

getRemotePort

public int getRemotePort()

getType

public int getType()

setRemoteAddress

public void setRemoteAddress(String remoteAddress)

setRemoteGroupId

public void setRemoteGroupId(long remoteGroupId)

setRemotePathContext

public void setRemotePathContext(String remotePathContext)

setRemotePort

public void setRemotePort(int remotePort)

Liferay 6.2-ce-ga5