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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConnectionShutDownException(String msg)
          Enabled:
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionShutDownException

public ConnectionShutDownException(String msg)
Enabled:



comments?