Class NetworkException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatastreamException

public class NetworkException extends Zos3270Exception
See Also:
  • Constructor Details

    • NetworkException

      public NetworkException()
    • NetworkException

      public NetworkException(String message)
    • NetworkException

      public NetworkException(Throwable cause)
    • NetworkException

      public NetworkException(String message, Throwable cause)
    • NetworkException

      public NetworkException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)