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