com.sonicsw.xq.adapter
Class XQNotDeliveredException
java.lang.Object
ResourceException
com.sonicsw.xq.adapter.XQNotDeliveredException
public class XQNotDeliveredException
- extends ResourceException
This exception is thrown by XQMessageListener instances to signify an error
during dispatch. The correct behavior is to not acknowledge the received
message if the XQResourceAdapter has such notions of quality of service.
Constructor Summary |
XQNotDeliveredException(java.lang.String message)
creates a new instance with the appropriate message |
XQNotDeliveredException(java.lang.String message,
java.lang.String errorCode)
creates a new instance with an error message and code |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQNotDeliveredException
public XQNotDeliveredException(java.lang.String message)
- creates a new instance with the appropriate message
- Parameters:
message
- the error message
XQNotDeliveredException
public XQNotDeliveredException(java.lang.String message,
java.lang.String errorCode)
- creates a new instance with an error message and code
- Parameters:
message
- the error messageerrorCode
- the error code
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.