AdroitLogic UltraESB v1.7.0

org.adroitlogic.as2.api
Class AS2Constants.ErrorCodes

java.lang.Object
  extended by org.adroitlogic.as2.api.AS2Constants.ErrorCodes
Enclosing class:
AS2Constants

public static class AS2Constants.ErrorCodes
extends java.lang.Object

The HTTP Authorization header


Field Summary
static int AUTHENTICATION_FAILED
           
static int DECOMPRESSION_FAILED
           
static int DECRYPTION_FAILED
           
static int ERROR_COMPUTING_MIC
           
static int ERROR_READING_PAYLOAD
          The error code indicating an IO error reading payload
static int INTEGRITY_CHECK_FAILED
           
static int NO_PAYLOAD
          The error code indicating no payload
static int NOT_ASYNC_MDN_INVALID_CONTENT
          The error code indicating invalid content for a async MDN
static int NOT_ASYNC_MDN_INVALID_CONTENT_TYPE
          The error code indicating an invalid content type for a async MDN
static int SIGNATURE_VERIFICATION_FAILED
           
static int UNEXPECTED_PROCESSING_ERROR
           
 
Constructor Summary
AS2Constants.ErrorCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_ASYNC_MDN_INVALID_CONTENT_TYPE

public static final int NOT_ASYNC_MDN_INVALID_CONTENT_TYPE
The error code indicating an invalid content type for a async MDN

See Also:
Constant Field Values

ERROR_READING_PAYLOAD

public static final int ERROR_READING_PAYLOAD
The error code indicating an IO error reading payload

See Also:
Constant Field Values

NOT_ASYNC_MDN_INVALID_CONTENT

public static final int NOT_ASYNC_MDN_INVALID_CONTENT
The error code indicating invalid content for a async MDN

See Also:
Constant Field Values

UNEXPECTED_PROCESSING_ERROR

public static final int UNEXPECTED_PROCESSING_ERROR
See Also:
Constant Field Values

DECOMPRESSION_FAILED

public static final int DECOMPRESSION_FAILED
See Also:
Constant Field Values

AUTHENTICATION_FAILED

public static final int AUTHENTICATION_FAILED
See Also:
Constant Field Values

INTEGRITY_CHECK_FAILED

public static final int INTEGRITY_CHECK_FAILED
See Also:
Constant Field Values

DECRYPTION_FAILED

public static final int DECRYPTION_FAILED
See Also:
Constant Field Values

SIGNATURE_VERIFICATION_FAILED

public static final int SIGNATURE_VERIFICATION_FAILED
See Also:
Constant Field Values

ERROR_COMPUTING_MIC

public static final int ERROR_COMPUTING_MIC
See Also:
Constant Field Values

NO_PAYLOAD

public static final int NO_PAYLOAD
The error code indicating no payload

See Also:
Constant Field Values
Constructor Detail

AS2Constants.ErrorCodes

public AS2Constants.ErrorCodes()

Copyright (c) 2010-2012 AdroitLogic Private Ltd. All rights reserved.