com.tibco.amf.platform.runtime.extension.exception
Class StopRedeliverMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osoa.sca.ServiceRuntimeException
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
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 |
StopRedeliverMessageException
public StopRedeliverMessageException(java.lang.String message)
StopRedeliverMessageException
public StopRedeliverMessageException(java.lang.String message,
java.lang.Throwable cause)
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.