|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sonicsw.xq.XQException
com.sonicsw.xq.XQAddressNotFoundException
public class XQAddressNotFoundException
The XQAddressNotFoundException
exception is thrown when
the specified address does not reference a known entity.
XQAddressFactory
,
XQProcessAddress
,
Serialized FormField Summary |
---|
Fields inherited from class com.sonicsw.xq.XQException |
---|
UNSPECIFIED |
Constructor Summary | |
---|---|
XQAddressNotFoundException(java.lang.String reason)
constructs an exception with an unspecified error code, the specified message and without a linked exception. |
|
XQAddressNotFoundException(java.lang.String reason,
java.lang.Exception exception)
constructs an exception with an unspecified error code, the specified reason and the specified linked exception. |
Method Summary |
---|
Methods inherited from class com.sonicsw.xq.XQException |
---|
getErrorID, getLinkedException, getLocalizedMessage, getMessage, setErrorID, setLinkedException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 XQAddressNotFoundException(java.lang.String reason, java.lang.Exception exception)
reason
- The explanation for the exception.exception
- The linked exception.public XQAddressNotFoundException(java.lang.String reason)
reason
- The explanation for the exception.
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |