org.systinet.wasp.management.services.wsdiscovery
Class WsDiscoveryErrorCodes

java.lang.Object
  extended byorg.systinet.wasp.management.services.wsdiscovery.WsDiscoveryErrorCodes
All Implemented Interfaces:
java.io.Serializable

public class WsDiscoveryErrorCodes
extends java.lang.Object
implements java.io.Serializable

WS discovery service error codes.
The following list of error codes can be returned in the errno values within a WS discovery exception.

Since:
4.0
See Also:
Serialized Form
Component:
WSDiscovery-US

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

E_SUCCESS

public static final int E_SUCCESS
Signifies no failure occurred.

See Also:
Constant Field Values

E_FATAL_ERROR

public static final int E_FATAL_ERROR
Signifies that a serious technical error has occurred while processing the request.

See Also:
Constant Field Values

E_UDDI_ERROR

public static final int E_UDDI_ERROR
Signifies that a UDDI error occured.

See Also:
Constant Field Values

E_WSDL_ERROR

public static final int E_WSDL_ERROR
Signifies that an error related to WSDL processing occured.

See Also:
Constant Field Values

E_REGISTRY_NOT_ACCESSIBLE

public static final int E_REGISTRY_NOT_ACCESSIBLE
Signifies that target UDDI registry is not accessible.

See Also:
Constant Field Values

E_NAME_TOO_LONG

public static final int E_NAME_TOO_LONG
A name is too long.

See Also:
Constant Field Values

E_INQUIRY_PORT_NOT_ACCESSIBLE

public static final int E_INQUIRY_PORT_NOT_ACCESSIBLE
Inquiry port is not accessible.

See Also:
Constant Field Values

E_PUBLISHING_PORT_NOT_ACCESSIBLE

public static final int E_PUBLISHING_PORT_NOT_ACCESSIBLE
Publishing port is not accessible.

See Also:
Constant Field Values

E_REGISTY_PORTS_NOT_ACCESSIBLE

public static final int E_REGISTY_PORTS_NOT_ACCESSIBLE
Inquiry port is not accessible.

See Also:
Constant Field Values
Constructor Detail

WsDiscoveryErrorCodes

public WsDiscoveryErrorCodes()