Class NoSuchAppServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable

public class NoSuchAppServiceException extends ConnectException
This exception is thrown by NameServerClient when client determines that enough responses from Name Servers have indicating the requested service is not available.
See Also:
  • Constructor Details

    • NoSuchAppServiceException

      public NoSuchAppServiceException(String asKey, String host, int port)