context.arch.enactor
Class EnactorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycontext.arch.enactor.EnactorException
All Implemented Interfaces:
java.io.Serializable

public class EnactorException
extends java.lang.Exception

General Exception for Enactor package.

Author:
alann
See Also:
Serialized Form

Constructor Summary
EnactorException()
           
EnactorException(java.lang.String message)
           
EnactorException(java.lang.String message, java.lang.Throwable t)
           
 
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

EnactorException

public EnactorException()

EnactorException

public EnactorException(java.lang.String message)

EnactorException

public EnactorException(java.lang.String message,
                        java.lang.Throwable t)