QJCC homepage

biz.chitec.quarterback.gjsa
Class CommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybiz.chitec.quarterback.gjsa.CommandException
All Implemented Interfaces:
java.io.Serializable

public class CommandException
extends java.lang.RuntimeException

Exception for server side execution problems. This exception should be used inside the server to show the client that severe problems have arised while handling a command.

Version:
$Id: 95fa68bdf07b96e1ef1ab744eed55b8e9f2aa528 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CommandException()
           
CommandException(java.lang.String msg)
           
 
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

CommandException

public CommandException(java.lang.String msg)

CommandException

public CommandException()

QJCC homepage