toroidwars.exceptions
Class CheatingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toroidwars.exceptions.CheatingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalExitException

public class CheatingException
extends java.lang.Exception

Author:
Maximillian Dupenois, Kent McClymont
See Also:
Serialized Form

Constructor Summary
CheatingException(java.lang.String msg)
           
CheatingException(java.lang.String msg, java.lang.Throwable ex)
           
CheatingException(java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheatingException

public CheatingException(java.lang.String msg)
Parameters:
msg -

CheatingException

public CheatingException(java.lang.String msg,
                         java.lang.Throwable ex)
Parameters:
msg -
ex -

CheatingException

public CheatingException(java.lang.Throwable ex)
Parameters:
ex -