com.progress.open4gl
Class NetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.progress.common.exception.ProException
              extended by com.progress.open4gl.Open4GLException
                  extended by com.progress.open4gl.SystemErrorException
                      extended by com.progress.open4gl.NetworkException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, java.io.Serializable
Direct Known Subclasses:
NetworkException.RecvDataException, NetworkException.SendDataException

public class NetworkException
extends SystemErrorException

A NetworkException exception is thrown if a network error occurs while communicating with the AppServer.

See Also:
Serialized Form

Nested Class Summary
static class NetworkException.RecvDataException
           
static class NetworkException.SendDataException
           
 
Constructor Summary
NetworkException(long id, java.lang.Object[] args)
           
 
Method Summary
 
Methods inherited from class com.progress.open4gl.Open4GLException
getProcReturnString, hasProcReturnString, setProcReturnString
 
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

NetworkException

public NetworkException(long id,
                        java.lang.Object[] args)