Class NetworkException

All Implemented Interfaces:
com.progress.common.exception.IChainableException, 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:
  • Constructor Details

    • NetworkException

      public NetworkException(long id, Object... args)
    • NetworkException

      public NetworkException(long id, Exception innerException, Object... args)