Class 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 Detail

      • ServiceDownException

        public ServiceDownException​(String message)
        Standard Constructor.
        Parameters:
        message - Provides details on the failure that caused the exception.