com.tibco.amf.platform.runtime.extension.exception
Class RedeliverMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osoa.sca.ServiceRuntimeException
com.tibco.amf.platform.runtime.extension.exception.RedeliverMessageException
- All Implemented Interfaces:
- java.io.Serializable
public class RedeliverMessageException
- extends org.osoa.sca.ServiceRuntimeException
Exception that can be thrown by provider component for requesting a message re-delivery. Prerequisite is that
endpoint should be configured with TransactedOneWay/AtLeastOnce policy.
- 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 |
RedeliverMessageException
public RedeliverMessageException(java.lang.String message)
RedeliverMessageException
public RedeliverMessageException(java.lang.String message,
java.lang.Throwable cause)
setRedeliveryInterval
public void setRedeliveryInterval(int redeliveryInterval)
- Parameters:
redeliveryInterval
- in milliseconds, after this interval message gets re-delivered again. Special value -1 means value
specified in endpoint will be used, which is default.
getRedeliveryInterval
public int getRedeliveryInterval()
Copyright © 2010 TIBCO Software Inc. All Rights Reserved.