Class ServiceUnavailableException

All Implemented Interfaces:
Serializable

public class ServiceUnavailableException extends DistributemeRuntimeException
Thrown if no connection to a remote service could be established.
Version:
$Id: $Id
Author:
lrosenberg
See Also:
  • Constructor Details

    • ServiceUnavailableException

      public ServiceUnavailableException(String message)
      Creates new instance of the exception.
      Parameters:
      message - a String object.
    • ServiceUnavailableException

      public ServiceUnavailableException(String message, Exception cause)
      Creates new instance of the exception.
      Parameters:
      message - a String object.
      cause - a Exception object.