Package org.apache.vinci.transport
Class VNSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.vinci.transport.VNSException
-
- All Implemented Interfaces:
Serializable
public class VNSException extends IOException
Special exception type thrown by VinciClient/VinciServer when VNS itself reports an error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VNSException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VNSException
public VNSException(String message)
-
-