game.protocol
Class SCOREException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by game.protocol.SCOREException
All Implemented Interfaces:
java.io.Serializable

public class SCOREException
extends java.lang.Exception

Exception for violation of SCORE protocol.

Version:
$Revision: 385 $ $Date: 2008-03-11 10:10:33 -0230 (Tue, 11 Mar 2008) $
Author:
dpeters
See Also:
Serialized Form

Constructor Summary
SCOREException()
           
SCOREException(java.lang.String arg0)
           
SCOREException(java.lang.String arg0, java.lang.Throwable arg1)
           
SCOREException(java.lang.Throwable arg0)
           
 
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

SCOREException

public SCOREException()

SCOREException

public SCOREException(java.lang.String arg0,
                      java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

SCOREException

public SCOREException(java.lang.String arg0)
Parameters:
arg0 -

SCOREException

public SCOREException(java.lang.Throwable arg0)
Parameters:
arg0 -