com.sun.enterprise.ee.cms.core
Class ActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.ee.cms.core.ActionException
All Implemented Interfaces:
Serializable

public class ActionException
extends Exception

This exception is a general exception thrown by the consumeSignal method of concrete Action implementations.

Version:
$Revision: 1.2 $
Author:
Shreedhar Ganapathy Date: January 12, 2004
See Also:
Serialized Form

Constructor Summary
ActionException()
           
ActionException(String message)
           
 
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

ActionException

public ActionException()

ActionException

public ActionException(String message)


Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.