|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.management.services.wsdiscovery.WsDiscoveryErrorCodes
WS discovery service error codes.
The following list of error codes can be returned in the errno values within
a WS discovery exception.
Field Summary | |
static int |
E_FATAL_ERROR
Signifies that a serious technical error has occurred while processing the request. |
static int |
E_INQUIRY_PORT_NOT_ACCESSIBLE
Inquiry port is not accessible. |
static int |
E_NAME_TOO_LONG
A name is too long. |
static int |
E_PUBLISHING_PORT_NOT_ACCESSIBLE
Publishing port is not accessible. |
static int |
E_REGISTRY_NOT_ACCESSIBLE
Signifies that target UDDI registry is not accessible. |
static int |
E_REGISTY_PORTS_NOT_ACCESSIBLE
Inquiry port is not accessible. |
static int |
E_SUCCESS
Signifies no failure occurred. |
static int |
E_UDDI_ERROR
Signifies that a UDDI error occured. |
static int |
E_WSDL_ERROR
Signifies that an error related to WSDL processing occured. |
Constructor Summary | |
WsDiscoveryErrorCodes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int E_SUCCESS
public static final int E_FATAL_ERROR
public static final int E_UDDI_ERROR
public static final int E_WSDL_ERROR
public static final int E_REGISTRY_NOT_ACCESSIBLE
public static final int E_NAME_TOO_LONG
public static final int E_INQUIRY_PORT_NOT_ACCESSIBLE
public static final int E_PUBLISHING_PORT_NOT_ACCESSIBLE
public static final int E_REGISTY_PORTS_NOT_ACCESSIBLE
Constructor Detail |
public WsDiscoveryErrorCodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |