com.ibm.net

Class NetworkRecycledException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.io.IOException
          • com.ibm.net.NetworkRecycledException
  • All Implemented Interfaces:
    java.io.Serializable


    public class NetworkRecycledException
    extends java.io.IOException
    Signals that Network has been Recycled. This specifically points out the zOS TCP/IP stack going online. IBM Specific
    Since:
    JDK 1.4.2
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      NetworkRecycledException() 
      NetworkRecycledException(java.lang.String msg)
      Constructs a new NetworkRecycledException with the specified detail message that the network has been recycled.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NetworkRecycledException

        public NetworkRecycledException()
      • NetworkRecycledException

        public NetworkRecycledException(java.lang.String msg)
        Constructs a new NetworkRecycledException with the specified detail message that the network has been recycled. A detail message is a String that gives a specific description of this error.
        Parameters:
        msg - the detail message