Class RemoteOptionsException
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.RemoteOptionsException
- All Implemented Interfaces:
Serializable
- Author:
- Raymond Augé
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintintgetType()voidsetRemoteAddress(String remoteAddress) voidsetRemoteGroupId(long remoteGroupId) voidsetRemotePathContext(String remotePathContext) voidsetRemotePort(int remotePort) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
REMOTE_ADDRESS
public static final int REMOTE_ADDRESS- See Also:
-
REMOTE_GROUP_ID
public static final int REMOTE_GROUP_ID- See Also:
-
REMOTE_PATH_CONTEXT
public static final int REMOTE_PATH_CONTEXT- See Also:
-
REMOTE_PORT
public static final int REMOTE_PORT- See Also:
-
-
Constructor Details
-
RemoteOptionsException
public RemoteOptionsException(int type)
-
-
Method Details
-
getRemoteAddress
-
getRemoteGroupId
public long getRemoteGroupId() -
getRemotePathContext
-
getRemotePort
public int getRemotePort() -
getType
public int getType() -
setRemoteAddress
-
setRemoteGroupId
public void setRemoteGroupId(long remoteGroupId) -
setRemotePathContext
-
setRemotePort
public void setRemotePort(int remotePort)
-