Class RemoteOptionsException

All Implemented Interfaces:
Serializable

public class RemoteOptionsException extends PortalException
Author:
Raymond Augé
See Also:
  • Field Details

  • Constructor Details

    • RemoteOptionsException

      public RemoteOptionsException(int type)
  • Method Details

    • 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)