net.vattp.data
Class ConnectionAttemptFailed

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--net.vattp.data.ConnectionAttemptFailed
All Implemented Interfaces:
Serializable

class ConnectionAttemptFailed
extends IOException

Exception thrown when all locations for a vat have been tried.

Author:
Bill Frantz

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) ConnectionAttemptFailed(String s)
           
 
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

ConnectionAttemptFailed

ConnectionAttemptFailed(String s)


comments?