org.ocd.cmdmgr
Class ActionStartException

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

public class ActionStartException
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
ActionStartException()
          Creates new ActionStartException without detail message.
ActionStartException(java.lang.String msg)
          Constructs an ActionStartException 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

ActionStartException

public ActionStartException()
Creates new ActionStartException without detail message.

ActionStartException

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