com.progress.open4gl
Class NoSuchAppServiceException

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.NoSuchAppServiceException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, java.io.Serializable

public class NoSuchAppServiceException
extends ConnectException

See Also:
Serialized Form

Constructor Summary
NoSuchAppServiceException(java.lang.String asKey, java.lang.String host, int port)
           
 
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchAppServiceException

public NoSuchAppServiceException(java.lang.String asKey,
                                 java.lang.String host,
                                 int port)