Class NoAvailableServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoAvailableServiceException
    extends DiscoveryException
    An exception thrown when no service is available.
    Since:
    1.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getServiceID()  
      • 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

      • NoAvailableServiceException

        public NoAvailableServiceException​(java.lang.String serviceID)
        Parameters:
        serviceID - The service ID
    • Method Detail

      • getServiceID

        public java.lang.String getServiceID()
        Returns:
        The service ID