com.ibm.net

Class NetworkRecycledException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.io.IOException
  5. extended bycom.ibm.net.NetworkRecycledException
All implemented interfaces:
java.io.Serializable

  1. public class NetworkRecycledException
  2. 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

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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

NetworkRecycledException

  1. 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

NetworkRecycledException

  1. public NetworkRecycledException( )