org.PingOO.DLAI.PPM.net
Class UpdateNeededException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.PingOO.DLAI.PPM.net.UpdateNeededException

public final class UpdateNeededException
extends java.lang.Exception

This exception is used when the connection between the client has detect taht the server contains updated version of the client's packages and classes.

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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UpdateNeededException()
          Creates a new exception with no specified detail message.
UpdateNeededException(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

UpdateNeededException

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

UpdateNeededException

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