org.PingOO.DLAI.lib.net
Class NotConnectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.PingOO.DLAI.lib.net.PingOOProtocolException
                    |
                    +--org.PingOO.DLAI.lib.net.NotConnectedException

public final class NotConnectedException
extends PingOOProtocolException

This exception is used when the client side of PingOO tries to reconnect to the server while there's no host or port defined.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)
See Also:
PingOOProtocolException, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NotConnectedException()
          Creates a new exception with no specified detail message.
NotConnectedException(java.lang.String message)
          Creates a new exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NotConnectedException

public NotConnectedException()
Creates a new exception with no specified detail message.

NotConnectedException

public NotConnectedException(java.lang.String message)
Creates a new exception with the specified detail message.
Parameters:
message - The detail message describing the error.