org.openanzo.common.exceptions
Interface ExceptionConstants.IO.SUBCODES

Enclosing interface:
ExceptionConstants.IO

public static interface ExceptionConstants.IO.SUBCODES

Minor Codes


Field Summary
static int AXIS_ERROR
          Axis error Minor Codes
static int ENCODING_ERROR
          Data Encoding Minor Codes
static int MISSING_HOST
          Missing Host Minor Codes
static int MISSING_STREAM
          Missing Stream Minor Codes
static int NETWORK_ERROR
          Network IO error Minor Codes
static int READ_ERROR
          IO Read Minor Codes
static int SOAP_ERROR
          Soap error Minor Code
static int USER_ENCODE_ERROR
          User Value Encoding Minor Codes
static int WRITE_ERROR
          IO Write Minor Codes
static int WS_CREATE_ERROR
          Create WebService error Minor Codes
 

Field Detail

SOAP_ERROR

static final int SOAP_ERROR
Soap error Minor Code

See Also:
Constant Field Values

WRITE_ERROR

static final int WRITE_ERROR
IO Write Minor Codes

See Also:
Constant Field Values

READ_ERROR

static final int READ_ERROR
IO Read Minor Codes

See Also:
Constant Field Values

WS_CREATE_ERROR

static final int WS_CREATE_ERROR
Create WebService error Minor Codes

See Also:
Constant Field Values

NETWORK_ERROR

static final int NETWORK_ERROR
Network IO error Minor Codes

See Also:
Constant Field Values

USER_ENCODE_ERROR

static final int USER_ENCODE_ERROR
User Value Encoding Minor Codes

See Also:
Constant Field Values

MISSING_STREAM

static final int MISSING_STREAM
Missing Stream Minor Codes

See Also:
Constant Field Values

MISSING_HOST

static final int MISSING_HOST
Missing Host Minor Codes

See Also:
Constant Field Values

ENCODING_ERROR

static final int ENCODING_ERROR
Data Encoding Minor Codes

See Also:
Constant Field Values

AXIS_ERROR

static final int AXIS_ERROR
Axis error Minor Codes

See Also:
Constant Field Values


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.