ALBPM Process API (PAPI)

fuego.papi
Class OperationRuntimeException

java.lang.Object
  extended byDefaultRuntimeException
      extended byfuego.papi.OperationRuntimeException
Direct Known Subclasses:
InstanceOutOfSyncException, InvalidProcessIdException, InvalidViewIdValueRuntimeException, SessionClosedException

public class OperationRuntimeException
extends DefaultRuntimeException

Superclass of PAPI Runtime Exceptions.

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

See Also:
fuego.lang.DefaultRuntimeException, Serialized Form

Constructor Summary
OperationRuntimeException()
          Creates a new OperationRuntimeException object.
OperationRuntimeException(Throwable cause)
          Creates a new OperationRuntimeException object with the specified cause.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationRuntimeException

public OperationRuntimeException()
Creates a new OperationRuntimeException object.


OperationRuntimeException

public OperationRuntimeException(Throwable cause)
Creates a new OperationRuntimeException object with the specified cause.

Parameters:
cause - the problem which generated the exception.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved