Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceDownException​(java.lang.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
      • 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.