org.ocd.cmdmgr
Class ActionStopException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ocd.cmdmgr.ActionStopException
All Implemented Interfaces:
java.io.Serializable

public class ActionStopException
extends java.lang.Exception

Since:
$Date: 2002/03/29 08:01:12 $
Version:
$Revision: 1.1 $
Author:
$Author: ocd_dino $, ocd_dino - ocd_dino@users.sourceforge.net (initial author)
See Also:
Serialized Form

Constructor Summary
ActionStopException()
          Creates new ActionStopException without detail message.
ActionStopException(java.lang.String msg)
          Constructs an ActionStopException with the specified detail message.
 
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

ActionStopException

public ActionStopException()
Creates new ActionStopException without detail message.

ActionStopException

public ActionStopException(java.lang.String msg)
Constructs an ActionStopException with the specified detail message.
Parameters:
msg - the detail message.