Package hec.lang

Class ServerSecurityException

All Implemented Interfaces:
Serializable

public class ServerSecurityException extends RuntimeException
See Also:
  • Constructor Details

    • ServerSecurityException

      public ServerSecurityException(String msg, Throwable throwable)
  • Method Details

    • getLoginServerUrls

      public List getLoginServerUrls()
    • setLoginServerUrls

      public void setLoginServerUrls(List loginServerUrls)
    • setUserId

      public void setUserId(String userId)
    • getUserId

      public String getUserId()
    • setHostIpAddress

      public void setHostIpAddress(String hostIp)
    • getHostIpAddress

      public String getHostIpAddress()