org.apache.vinci.transport
Class ServiceDownException

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

public class ServiceDownException
extends java.io.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
ServiceDownException(java.lang.String message)
          Standard Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDownException

public ServiceDownException(java.lang.String message)
Standard Constructor.

Parameters:
message - Provides details on the failure that caused the exception.


Copyright © 2011. All Rights Reserved.