com.bankframe.fe.statemachine.ext.validation
Interface StandardErrorNumbers


public interface StandardErrorNumbers

The StandardErrorNumbers interface.


Field Summary
static int BMP_CREATE_PK_EXCEPTION_NUMBER
           
static String BMP_CREATE_PK_EXCEPTION_STRING
           
static int CANNOT_PROCESS_EXCEPTION_NUMBER
           
static String CANNOT_PROCESS_EXCEPTION_STRING
           
static int COMMS_FAILURE_EXCEPTION_NUMBER
           
static String COMMS_FAILURE_EXCEPTION_STRING
           
static int CREATE_EXCEPTION_NUMBER
           
static String CREATE_EXCEPTION_STRING
           
static int ERROR_EXCEPTION_NUMBER
           
static String ERROR_EXCEPTION_STRING
           
static int FINDBYPK_EXCEPTION_NUMBER
           
static String FINDBYPK_EXCEPTION_STRING
           
static int FINDER_EXCEPTION_NUMBER
           
static String FINDER_EXCEPTION_STRING
           
static int GENERAL_EXCEPTION_NUMBER
           
static String GENERAL_EXCEPTION_STRING
           
static int GET_PERSISTER_EXCEPTION_NUMBER
           
static String GET_PERSISTER_EXCEPTION_STRING
           
static int LOAD_EXCEPTION_NUMBER
           
static String LOAD_PERSISTER_EXCEPTION_STRING
           
static int REMOTE_EXCEPTION_NUMBER
           
static String REMOTE_EXCEPTION_STRING
           
static int REMOVE_EXCEPTION_NUMBER
           
static String REMOVE_EXCEPTION_STRING
           
static int STORE_EXCEPTION_NUMBER
           
static String STORE_PERSISTER_EXCEPTION_STRING
           
static int VALIDATION_EXCEPTION_NUMBER
           
static String VALIDATION_EXCEPTION_STRING
           
 

Field Detail

REMOTE_EXCEPTION_NUMBER

static final int REMOTE_EXCEPTION_NUMBER
See Also:
Constant Field Values

REMOTE_EXCEPTION_STRING

static final String REMOTE_EXCEPTION_STRING
See Also:
Constant Field Values

FINDBYPK_EXCEPTION_NUMBER

static final int FINDBYPK_EXCEPTION_NUMBER
See Also:
Constant Field Values

FINDBYPK_EXCEPTION_STRING

static final String FINDBYPK_EXCEPTION_STRING
See Also:
Constant Field Values

FINDER_EXCEPTION_NUMBER

static final int FINDER_EXCEPTION_NUMBER
See Also:
Constant Field Values

FINDER_EXCEPTION_STRING

static final String FINDER_EXCEPTION_STRING
See Also:
Constant Field Values

CREATE_EXCEPTION_NUMBER

static final int CREATE_EXCEPTION_NUMBER
See Also:
Constant Field Values

CREATE_EXCEPTION_STRING

static final String CREATE_EXCEPTION_STRING
See Also:
Constant Field Values

VALIDATION_EXCEPTION_NUMBER

static final int VALIDATION_EXCEPTION_NUMBER
See Also:
Constant Field Values

VALIDATION_EXCEPTION_STRING

static final String VALIDATION_EXCEPTION_STRING
See Also:
Constant Field Values

GENERAL_EXCEPTION_NUMBER

static final int GENERAL_EXCEPTION_NUMBER
See Also:
Constant Field Values

GENERAL_EXCEPTION_STRING

static final String GENERAL_EXCEPTION_STRING
See Also:
Constant Field Values

CANNOT_PROCESS_EXCEPTION_NUMBER

static final int CANNOT_PROCESS_EXCEPTION_NUMBER
See Also:
Constant Field Values

CANNOT_PROCESS_EXCEPTION_STRING

static final String CANNOT_PROCESS_EXCEPTION_STRING
See Also:
Constant Field Values

COMMS_FAILURE_EXCEPTION_NUMBER

static final int COMMS_FAILURE_EXCEPTION_NUMBER
See Also:
Constant Field Values

COMMS_FAILURE_EXCEPTION_STRING

static final String COMMS_FAILURE_EXCEPTION_STRING
See Also:
Constant Field Values

ERROR_EXCEPTION_NUMBER

static final int ERROR_EXCEPTION_NUMBER
See Also:
Constant Field Values

ERROR_EXCEPTION_STRING

static final String ERROR_EXCEPTION_STRING
See Also:
Constant Field Values

REMOVE_EXCEPTION_NUMBER

static final int REMOVE_EXCEPTION_NUMBER
See Also:
Constant Field Values

REMOVE_EXCEPTION_STRING

static final String REMOVE_EXCEPTION_STRING
See Also:
Constant Field Values

BMP_CREATE_PK_EXCEPTION_NUMBER

static final int BMP_CREATE_PK_EXCEPTION_NUMBER
See Also:
Constant Field Values

BMP_CREATE_PK_EXCEPTION_STRING

static final String BMP_CREATE_PK_EXCEPTION_STRING
See Also:
Constant Field Values

GET_PERSISTER_EXCEPTION_NUMBER

static final int GET_PERSISTER_EXCEPTION_NUMBER
See Also:
Constant Field Values

GET_PERSISTER_EXCEPTION_STRING

static final String GET_PERSISTER_EXCEPTION_STRING
See Also:
Constant Field Values

LOAD_EXCEPTION_NUMBER

static final int LOAD_EXCEPTION_NUMBER
See Also:
Constant Field Values

LOAD_PERSISTER_EXCEPTION_STRING

static final String LOAD_PERSISTER_EXCEPTION_STRING
See Also:
Constant Field Values

STORE_EXCEPTION_NUMBER

static final int STORE_EXCEPTION_NUMBER
See Also:
Constant Field Values

STORE_PERSISTER_EXCEPTION_STRING

static final String STORE_PERSISTER_EXCEPTION_STRING
See Also:
Constant Field Values


Copyright © 2005, 2007, Oracle. All rights reserved.