ALBPM Process API

fuego.papi
Class OperationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fuego.lang.DefaultRuntimeException
                  extended by fuego.papi.OperationRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorrelationAlreadyExistsException, InvalidNoteIdException, InvalidProcessIdException, InvalidViewIdValueRuntimeException, SessionClosedException

public class OperationRuntimeException
extends fuego.lang.DefaultRuntimeException

This exception is thrown for any runtime error while PAPI is running

See Also:
Serialized Form

Constructor Summary
OperationRuntimeException()
           
OperationRuntimeException(fuego.resources.Msg msg)
           
OperationRuntimeException(fuego.resources.Msg msg, Throwable t)
           
OperationRuntimeException(Throwable t)
           
 
Method Summary
 
Methods inherited from class fuego.lang.DefaultRuntimeException
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationRuntimeException

public OperationRuntimeException()

OperationRuntimeException

public OperationRuntimeException(Throwable t)

OperationRuntimeException

public OperationRuntimeException(fuego.resources.Msg msg)

OperationRuntimeException

public OperationRuntimeException(fuego.resources.Msg msg,
                                 Throwable t)

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved