ALBPM Process API

fuego.papi
Class EngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.EngineException
All Implemented Interfaces:
Serializable

public class EngineException
extends fuego.lang.DefaultException

No Exception thrown while executing an engine operation should "travel" to PAPI. Instead, an EngineException should wrap it and "travel" to PAPI.

Therefore, this exception should be created just in the engine side.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class fuego.lang.DefaultException
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved