org.equanda.persistence
Interface ExceptionCodes

All Known Implementing Classes:
EquandaMediatorRoot, LazyEJBListBase, LazyList, LazyProxyListBase

public interface ExceptionCodes

Codes for EquandaPersistence exceptions, used for internationalization

Author:
NetRom team

Field Summary
static int CME_DATA_HAS_BEEN_ALREADY_CHANGED
           
static int ECV_CANNOT_ADD_NULL_TO_MULTIPLE_FIELD
           
static int ECV_COMPARE_CONSTRAINT_NOT_SATISFIED
           
static int ECV_COMPARE_TYPE_CONSTRAINT_NOT_SATISFIED
           
static int ECV_CONSTRAINT_VIOLATION
           
static int ECV_COULD_NOT_TEST_CHOICES_USING_CLASS
           
static int ECV_DOWNCAST_CREATE_ERROR
           
static int ECV_DOWNCAST_FAILED_CANNOT_DOWNCAST_ROOT
           
static int ECV_DOWNCAST_SELECTOR_ERROR
           
static int ECV_FAILED_TO_CREATE_INCLUDED_VALUE
           
static int ECV_FAILED_TO_UPDATE_VALUE
           
static int ECV_FIELD_IS_REQUIRED
           
static int ECV_FIELD_IS_UNIQUE
           
static int ECV_IMMUTABLE_IF_OTHER_FIELD_IS_SET
           
static int ECV_INCLUDE_VALUE_HAS_WRONG_TYPE
           
static int ECV_INTERNAL_ERROR_ON_CREATE_INCLUDED_VALUE
           
static int ECV_INVALID_TABLE_TYPE
           
static int ECV_OTHERSIDE_EMBEDDED_FIELD_IMMUTABLE_ONCE_SET
           
static int ECV_VALUE_IS_NOT_ONE_OF_THE_CHOICES
           
static int UONA_OPERATION_NOT_ALLOWED
           
static int UPE_AUTO_FIELD_PROBLEM
           
static int UPE_CANNOT_CREATE_LAZYCOLLECTION
           
static int UPE_CANNOT_CREATE_SESSION_FACADE
           
static int UPE_CANNOT_INIT_BEAN
           
static int UPE_CASCADE_KEEP
           
static int UPE_FAILED_PROXY_REMOVE
           
static int UPE_FAILED_TO_UPDATE_VALUE
           
static int UPE_NULL_UOID_INVALID
           
static int UPE_OBJECT_NOT_FOUND
           
static int UPE_PERSISTENCE_EXCEPTION
           
static int UPE_TRYING_TO_UPDATE_OBJECT_WITH_UOID_NULL
           
static int UPE_UOID_NOT_FOUND
           
 

Field Detail

UPE_PERSISTENCE_EXCEPTION

static final int UPE_PERSISTENCE_EXCEPTION
See Also:
Constant Field Values

UPE_CANNOT_CREATE_SESSION_FACADE

static final int UPE_CANNOT_CREATE_SESSION_FACADE
See Also:
Constant Field Values

UPE_OBJECT_NOT_FOUND

static final int UPE_OBJECT_NOT_FOUND
See Also:
Constant Field Values

UPE_FAILED_TO_UPDATE_VALUE

static final int UPE_FAILED_TO_UPDATE_VALUE
See Also:
Constant Field Values

UPE_TRYING_TO_UPDATE_OBJECT_WITH_UOID_NULL

static final int UPE_TRYING_TO_UPDATE_OBJECT_WITH_UOID_NULL
See Also:
Constant Field Values

UPE_CANNOT_CREATE_LAZYCOLLECTION

static final int UPE_CANNOT_CREATE_LAZYCOLLECTION
See Also:
Constant Field Values

UPE_CASCADE_KEEP

static final int UPE_CASCADE_KEEP
See Also:
Constant Field Values

UPE_NULL_UOID_INVALID

static final int UPE_NULL_UOID_INVALID
See Also:
Constant Field Values

UPE_UOID_NOT_FOUND

static final int UPE_UOID_NOT_FOUND
See Also:
Constant Field Values

UPE_AUTO_FIELD_PROBLEM

static final int UPE_AUTO_FIELD_PROBLEM
See Also:
Constant Field Values

UPE_FAILED_PROXY_REMOVE

static final int UPE_FAILED_PROXY_REMOVE
See Also:
Constant Field Values

UPE_CANNOT_INIT_BEAN

static final int UPE_CANNOT_INIT_BEAN
See Also:
Constant Field Values

ECV_COULD_NOT_TEST_CHOICES_USING_CLASS

static final int ECV_COULD_NOT_TEST_CHOICES_USING_CLASS
See Also:
Constant Field Values

ECV_VALUE_IS_NOT_ONE_OF_THE_CHOICES

static final int ECV_VALUE_IS_NOT_ONE_OF_THE_CHOICES
See Also:
Constant Field Values

ECV_COMPARE_CONSTRAINT_NOT_SATISFIED

static final int ECV_COMPARE_CONSTRAINT_NOT_SATISFIED
See Also:
Constant Field Values

ECV_IMMUTABLE_IF_OTHER_FIELD_IS_SET

static final int ECV_IMMUTABLE_IF_OTHER_FIELD_IS_SET
See Also:
Constant Field Values

ECV_CANNOT_ADD_NULL_TO_MULTIPLE_FIELD

static final int ECV_CANNOT_ADD_NULL_TO_MULTIPLE_FIELD
See Also:
Constant Field Values

ECV_FIELD_IS_REQUIRED

static final int ECV_FIELD_IS_REQUIRED
See Also:
Constant Field Values

ECV_FIELD_IS_UNIQUE

static final int ECV_FIELD_IS_UNIQUE
See Also:
Constant Field Values

ECV_INCLUDE_VALUE_HAS_WRONG_TYPE

static final int ECV_INCLUDE_VALUE_HAS_WRONG_TYPE
See Also:
Constant Field Values

ECV_FAILED_TO_CREATE_INCLUDED_VALUE

static final int ECV_FAILED_TO_CREATE_INCLUDED_VALUE
See Also:
Constant Field Values

ECV_INTERNAL_ERROR_ON_CREATE_INCLUDED_VALUE

static final int ECV_INTERNAL_ERROR_ON_CREATE_INCLUDED_VALUE
See Also:
Constant Field Values

ECV_CONSTRAINT_VIOLATION

static final int ECV_CONSTRAINT_VIOLATION
See Also:
Constant Field Values

ECV_FAILED_TO_UPDATE_VALUE

static final int ECV_FAILED_TO_UPDATE_VALUE
See Also:
Constant Field Values

ECV_DOWNCAST_FAILED_CANNOT_DOWNCAST_ROOT

static final int ECV_DOWNCAST_FAILED_CANNOT_DOWNCAST_ROOT
See Also:
Constant Field Values

ECV_DOWNCAST_SELECTOR_ERROR

static final int ECV_DOWNCAST_SELECTOR_ERROR
See Also:
Constant Field Values

ECV_DOWNCAST_CREATE_ERROR

static final int ECV_DOWNCAST_CREATE_ERROR
See Also:
Constant Field Values

ECV_INVALID_TABLE_TYPE

static final int ECV_INVALID_TABLE_TYPE
See Also:
Constant Field Values

ECV_OTHERSIDE_EMBEDDED_FIELD_IMMUTABLE_ONCE_SET

static final int ECV_OTHERSIDE_EMBEDDED_FIELD_IMMUTABLE_ONCE_SET
See Also:
Constant Field Values

ECV_COMPARE_TYPE_CONSTRAINT_NOT_SATISFIED

static final int ECV_COMPARE_TYPE_CONSTRAINT_NOT_SATISFIED
See Also:
Constant Field Values

CME_DATA_HAS_BEEN_ALREADY_CHANGED

static final int CME_DATA_HAS_BEEN_ALREADY_CHANGED
See Also:
Constant Field Values

UONA_OPERATION_NOT_ALLOWED

static final int UONA_OPERATION_NOT_ALLOWED
See Also:
Constant Field Values


Copyright © 2007-2008. All Rights Reserved.