nu.dll.fia
Class BadClientException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--nu.dll.fia.BadClientException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClientChecksumError

public class BadClientException
extends java.lang.RuntimeException

Used in both client and server when unexpected checksum data is encountered. Indicates that the clients may be out of sunch, but not necessarily that a client is trying to cheat (since the checks are too weak to hinder that).

See Also:
Serialized Form

Constructor Summary
BadClientException()
           
BadClientException(java.lang.String s)
           
 
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

BadClientException

public BadClientException()

BadClientException

public BadClientException(java.lang.String s)