de.jaetzold.util
Class NotConnectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.jaetzold.util.NotConnectedException
All Implemented Interfaces:
Serializable

public class NotConnectedException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
NotConnectedException()
           
NotConnectedException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotConnectedException

public NotConnectedException()

NotConnectedException

public NotConnectedException(String message)