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
Since:
JDK 1.4.2
See Also:
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
- 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
- public NetworkRecycledException( )