|
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.XQEndpointException
com.sonicsw.xq.XQEndpointCreationException
public class XQEndpointCreationException
This exception is thrown when the creation of an XQEndpoint failed.
XQEndpointManager.getEndpoint(String)
,
Serialized FormField Summary |
---|
Fields inherited from class com.sonicsw.xq.XQException |
---|
UNSPECIFIED |
Constructor Summary | |
---|---|
XQEndpointCreationException(java.lang.String reason)
Constructs an XQEndpointCreationException with the specified detailed reason. |
|
XQEndpointCreationException(java.lang.String reason,
java.lang.Throwable exception)
Constructs an XQEndpointCreationException with the specified detailed reason and linked to the specified exception. |
|
XQEndpointCreationException(java.lang.Throwable exception)
Constructs an XQEndpointCreationException linked to the specified 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 XQEndpointCreationException(java.lang.String reason)
reason
- The explanation for the exception.public XQEndpointCreationException(java.lang.Throwable exception)
exception
- The linked exception.public XQEndpointCreationException(java.lang.String reason, java.lang.Throwable exception)
reason
- The explanation for the exception.exception
- The linked exception.
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |