BPM Process API

fuego.papi.exception
Class InstanceOutOfSyncException

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
                      extended by fuego.papi.exception.InstanceOutOfSyncException
All Implemented Interfaces:
Serializable

public class InstanceOutOfSyncException
extends OperationRuntimeException

See Also:
Serialized Form

Constructor Summary
InstanceOutOfSyncException(String instanceId)
          Constructor InstanceOutOfSyncException.
 
Method Summary
 String getInstanceId()
           
 
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

InstanceOutOfSyncException

public InstanceOutOfSyncException(String instanceId)
Constructor InstanceOutOfSyncException.

Parameters:
instanceId - instance out of sync.
Method Detail

getInstanceId

public String getInstanceId()

BPM Process API

© Copyright 1996-2008 Oracle Corporation