|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
com.sonicsw.xq.adapter.XQNotDeliveredException
public class XQNotDeliveredException
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 |
Method Summary |
---|
Methods inherited from class javax.resource.ResourceException |
---|
getErrorCode, getLinkedException, setLinkedException |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XQNotDeliveredException(java.lang.String message)
message
- the error messagepublic XQNotDeliveredException(java.lang.String message, java.lang.String errorCode)
message
- the error messageerrorCode
- the error code
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |