com.tibco.amf.platform.runtime.extension.exception
Class StopRedeliverMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by com.tibco.amf.platform.runtime.extension.exception.StopRedeliverMessageException
All Implemented Interfaces:
java.io.Serializable

public class StopRedeliverMessageException
extends org.osoa.sca.ServiceRuntimeException

Exception that can be thrown by provider component for requesting to put message one error queue and message should not be re-delivered again.

Since:
Oct 9, 2009
See Also:
Serialized Form

Constructor Summary
StopRedeliverMessageException(java.lang.String message)
           
StopRedeliverMessageException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.util.Properties getCustomProperties()
           
 void setCustomProperties(java.util.Properties customProperties)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopRedeliverMessageException

public StopRedeliverMessageException(java.lang.String message)

StopRedeliverMessageException

public StopRedeliverMessageException(java.lang.String message,
                                     java.lang.Throwable cause)
Method Detail

setCustomProperties

public void setCustomProperties(java.util.Properties customProperties)
Parameters:
customProperties - custom properties that should be set on message before putting on error queue, null or empty are valid values.

getCustomProperties

public java.util.Properties getCustomProperties()


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.