Class ServerUnreachableException

All Implemented Interfaces:
Serializable, Cloneable

public class ServerUnreachableException extends UserException
This exception is raised if a server could not be reached.
See Also:
  • Field Details

    • name

      public String name
      The id of the server that is not reachable.
    • reason

      public String reason
      The reason why the server couldn't be reached.
  • Constructor Details

    • ServerUnreachableException

      public ServerUnreachableException()
    • ServerUnreachableException

      public ServerUnreachableException(Throwable cause)
    • ServerUnreachableException

      public ServerUnreachableException(String name, String reason)
    • ServerUnreachableException

      public ServerUnreachableException(String name, String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.