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
Special exception type thrown when a socket connection to VNS or the desired Vinci service could
not be established.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceDownException
Standard Constructor.- Parameters:
message
- Provides details on the failure that caused the exception.
-