BPM Process API

fuego.papi.exception
Class SendNotificationAttemptFailedException

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

public class SendNotificationAttemptFailedException
extends OperationException

A Notification sender will probably try with more than one receiver if the receiver process version is not specified (Correlations). This exception is thrown when a receiver could not find an instance to notify, but does not necessarily mean that the notification has failed.

See Also:
Serialized Form

Constructor Summary
SendNotificationAttemptFailedException(String processId)
           
 
Method Summary
 
Methods inherited from class fuego.papi.OperationException
wrap
 
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
 

Constructor Detail

SendNotificationAttemptFailedException

public SendNotificationAttemptFailedException(String processId)

BPM Process API

© Copyright 1996-2008 Oracle Corporation