Class ServiceDownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.vinci.transport.ServiceDownException
All Implemented Interfaces:
Serializable

public class ServiceDownException extends IOException
Special exception type thrown when a socket connection to VNS or the desired Vinci service could not be established.
See Also:
  • Constructor Details

    • ServiceDownException

      public ServiceDownException(String message)
      Standard Constructor.
      Parameters:
      message - Provides details on the failure that caused the exception.