Novell exteNd
Director 5.2 API

com.sssw.re.exception
Class EboActionException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.fw.exception.EboException
                   |
                   +--com.sssw.re.exception.EboActionException
All Implemented Interfaces:
EbiParentedException, Serializable

public class EboActionException
extends EboException

This exception is thrown by the rules engine when a failure to instantiate an action occurs.

See Also:
Serialized Form

Constructor Summary
EboActionException()
          Default constructor
EboActionException(Exception exception)
          Default constructor with embedded exception
EboActionException(String s)
          Default constructor with message string
EboActionException(String s, Exception exception)
          Default constructor with embedded exception and message
 
Methods inherited from class com.sssw.fw.exception.EboException
copyTo, getHTML, getMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboActionException

public EboActionException()
Default constructor

EboActionException

public EboActionException(String s)
Default constructor with message string
Parameters:
s - description

EboActionException

public EboActionException(Exception exception)
Default constructor with embedded exception
Parameters:
exception - description

EboActionException

public EboActionException(String s,
                          Exception exception)
Default constructor with embedded exception and message
Parameters:
s - description
exception - description

Novell exteNd
Director 5.2 API