Package org.apache.vinci.transport
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceDownException(String message)
Standard Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceDownException
public ServiceDownException(String message)
Standard Constructor.- Parameters:
message
- Provides details on the failure that caused the exception.
-
-