jet.server.api.exception
Class ActionEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jet.JException
              extended by jet.JSException
                  extended by jet.server.api.exception.ActionEventException
All Implemented Interfaces:
java.io.Serializable

public class ActionEventException
extends jet.JSException

Represents fire ActionEvent exception.

Fire a ActionEvent may cause multi-target execute perform same event, and may cause errors on multi-target.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jet.JException
jet.JException.LogLevel
 
Constructor Summary
ActionEventException(java.lang.String msg, java.lang.Throwable... causeErrors)
           
 
Method Summary
 java.lang.Throwable[] getCauseErrors()
           
 
Methods inherited from class jet.JSException
getErrorKey
 
Methods inherited from class jet.JException
getMessages, getThrowables, logTrace
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionEventException

public ActionEventException(java.lang.String msg,
                            java.lang.Throwable... causeErrors)
Method Detail

getCauseErrors

public java.lang.Throwable[] getCauseErrors()