Class NameServerInterruptException

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

public class NameServerInterruptException extends ConnectException
This exception is thrown by NameServerClient when the listener thread wiating on a response from the NameServer is interrupted (for any reason).
See Also:
  • Constructor Details

    • NameServerInterruptException

      public NameServerInterruptException()