net.vattp.data
Class ConnectionShutDownException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--net.vattp.data.ConnectionShutDownException
- All Implemented Interfaces:
- Serializable
- public class ConnectionShutDownException
- extends IOException
Untamed: An Exception to report that the connection was shut down normally.
- Author:
- Bill Frantz
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
ConnectionShutDownException
public ConnectionShutDownException(String msg)
- Enabled:
comments?