|
||||||||||
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
java.lang.RuntimeException
org.systinet.wasp.management.services.wsdiscovery.WsDiscoveryException
Ws Discovery service exception.
Field Summary | |
int |
errno
WS discovery errno. |
int |
uddiErrno
If the errno is E_UDDI_ERROR, then this field
holds UDDI errno as given by the UDDI specification. |
Constructor Summary | |
WsDiscoveryException()
Default constructor. |
|
WsDiscoveryException(java.lang.String message)
Constructor. |
|
WsDiscoveryException(java.lang.String message,
int errno)
Constructor. |
|
WsDiscoveryException(java.lang.String message,
int errno,
int uddiErrno)
Constructor. |
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 |
Field Detail |
public int errno
WsDiscoveryErrorCodes
public int uddiErrno
errno
is E_UDDI_ERROR, then this field
holds UDDI errno as given by the UDDI specification.
Constructor Detail |
public WsDiscoveryException()
public WsDiscoveryException(java.lang.String message)
public WsDiscoveryException(java.lang.String message, int errno)
public WsDiscoveryException(java.lang.String message, int errno, int uddiErrno)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |