org.opencrx.kernel.generic
Class OpenCrxException

java.lang.Object
  extended by org.opencrx.kernel.generic.OpenCrxException

public class OpenCrxException
extends Object


Field Summary
static int ACTIVITY_CAN_NOT_ADD_WORK_RECORD_MISSING_ACTIVITY
           
static int ACTIVITY_CAN_NOT_ADD_WORK_RECORD_MISSING_RESOURCE
           
static int ACTIVITY_GROUP_HAS_ASSIGNED_ACTIVITIES
           
static int ACTIVITY_TRANSITION_NOT_VALID_FOR_STATE
           
static int ACTIVITY_UNDEFINED_NEXT_STATE
           
static int ASSERTION_FAILURE
           
static int AUTHORIZATION_FAILURE_CREATE
           
static int AUTHORIZATION_FAILURE_DELETE
           
static int AUTHORIZATION_FAILURE_MISSING_PRINCIPAL
           
static int AUTHORIZATION_FAILURE_UPDATE
           
static int BOOKING_DEPOT_IS_CLOSED_CAN_NOT_CLOSE
           
static int BOOKING_DEPOT_NUMBER_REQUIRED
           
static int BOOKING_DEPOT_POSITION_IS_CLOSED_CAN_NOT_CLOSE
           
static int BOOKING_IS_LOCKED_CAN_NOT_DELETE
           
static int BOOKING_STATUS_MUST_BE_PENDING
           
static int BOOKING_STATUS_MUST_BE_PROCESSED
           
static int CONTRACT_MAX_POSITIONS_REACHED
           
static int CONTRACT_MIN_POSITIONS_REACHED
           
static int CONTRACT_MISSING_DEPOT_GOODS_DELIVERY
           
static int CONTRACT_MISSING_DEPOT_GOODS_ISSUE
           
static int CONTRACT_MISSING_DEPOT_GOODS_RETURN
           
static int CONTRACT_MISSING_PRODUCT_OFFERING
           
static int DEPOT_ALREADY_HAS_REVERSAL_BOOKING
           
static int DEPOT_BOOKING_PERIOD_IS_CLOSED
           
static int DEPOT_BOOKING_PERIOD_IS_FINAL
           
static int DEPOT_BOOKING_PERIOD_NOT_FOUND
           
static int DEPOT_CAN_NOT_CANCEL_REVERSAL_BOOKING
           
static int DEPOT_CAN_NOT_REMOVE_BOOKING
           
static int DEPOT_CONTRACT_HAS_BOOKINGS
           
static int DEPOT_DEPOT_ENTITY_NOT_EQUAL
           
static int DEPOT_DEPOT_HAS_BOOKINGS
           
static int DEPOT_DEPOT_IS_CLOSED_CAN_NOT_BOOK
           
static int DEPOT_DEPOT_IS_LOCKED
           
static int DEPOT_DEPOT_IS_NOT_OPEN
           
static int DEPOT_DEPOT_NOT_FOUND
           
static int DEPOT_ENTITY_HAS_BOOKINGS
           
static int DEPOT_INVALID_POSITION_CREDIT
           
static int DEPOT_INVALID_POSITION_DEBIT
           
static int DEPOT_MISSING_BOOKING_TEXT
           
static int DEPOT_MISSING_DEPOT_NUMBER
           
static int DEPOT_MISSING_POSITION_CREDIT
           
static int DEPOT_MISSING_POSITION_DEBIT
           
static int DEPOT_MISSING_PRODUCT
           
static int DEPOT_MISSING_QUANTITY
           
static int DEPOT_POSITION_HAS_BOOKINGS
           
static int DEPOT_POSITION_IS_CLOSED
           
static int DEPOT_POSITION_IS_LOCKED
           
static int DEPOT_POSITION_IS_NOT_OPEN
           
static int DEPOT_POSITION_NAME_MISMATCH
           
static int DEPOT_REVERSAL_BALANCE_MISMATCH
           
static String DOMAIN
           
static int DUPLICATE_OBJECT
           
static int INCIDENT_STATE_MUST_BE_COMPLETE
           
static int INCIDENT_STATE_MUST_BE_NA_OR_OPEN
           
static int INCIDENT_STATE_MUST_OPEN
           
static int INCIDENT_USER_DOES_NOT_MATCH_CONTACT
           
static int MEDIA_ACCESS_FAILURE
           
static int OBJECT_TYPE_IS_READONLY
           
static int PRODUCT_OPERATION_NOT_ALLOWED_FOR_BASEDON_PRICE_LEVEL
           
static int PRODUCT_OPERATION_NOT_ALLOWED_FOR_BASIC_PRICE_LEVEL
           
static int PRODUCT_OPERATION_NOT_ALLOWED_FOR_FINAL_PRICE_LEVEL
           
static int PRODUCT_OPERATION_NOT_ALLOWED_FOR_NON_BASIC_PRICE_LEVEL
           
static int PRODUCT_OPERATION_NOT_ALLOWED_FOR_PRICE_LEVEL_HAVING_PRICES
           
static int PRODUCT_PRICE_LEVEL_MUST_HAVE_CURRENCY
           
static int REFERENCE_IS_READONLY
           
static int WORKFLOW_CAN_NOT_CREATE_PROCESS_INSTANCE
           
static int WORKFLOW_CAN_NOT_INSTANTIATE
           
static int WORKFLOW_CAN_NOT_INVOKE
           
static int WORKFLOW_ILLEGAL_ACCESS
           
static int WORKFLOW_ILLEGAL_ARGUMENT
           
static int WORKFLOW_MISSING_CONSTRUCTOR
           
static int WORKFLOW_MISSING_TARGET
           
static int WORKFLOW_MISSING_WORKFLOW
           
static int WORKFLOW_NO_IMPLEMENTATION
           
 
Constructor Summary
OpenCrxException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static final String DOMAIN
See Also:
Constant Field Values

AUTHORIZATION_FAILURE_UPDATE

public static final int AUTHORIZATION_FAILURE_UPDATE
See Also:
Constant Field Values

AUTHORIZATION_FAILURE_DELETE

public static final int AUTHORIZATION_FAILURE_DELETE
See Also:
Constant Field Values

AUTHORIZATION_FAILURE_CREATE

public static final int AUTHORIZATION_FAILURE_CREATE
See Also:
Constant Field Values

AUTHORIZATION_FAILURE_MISSING_PRINCIPAL

public static final int AUTHORIZATION_FAILURE_MISSING_PRINCIPAL
See Also:
Constant Field Values

INCIDENT_USER_DOES_NOT_MATCH_CONTACT

public static final int INCIDENT_USER_DOES_NOT_MATCH_CONTACT
See Also:
Constant Field Values

INCIDENT_STATE_MUST_BE_NA_OR_OPEN

public static final int INCIDENT_STATE_MUST_BE_NA_OR_OPEN
See Also:
Constant Field Values

INCIDENT_STATE_MUST_OPEN

public static final int INCIDENT_STATE_MUST_OPEN
See Also:
Constant Field Values

INCIDENT_STATE_MUST_BE_COMPLETE

public static final int INCIDENT_STATE_MUST_BE_COMPLETE
See Also:
Constant Field Values

ACTIVITY_GROUP_HAS_ASSIGNED_ACTIVITIES

public static final int ACTIVITY_GROUP_HAS_ASSIGNED_ACTIVITIES
See Also:
Constant Field Values

ACTIVITY_UNDEFINED_NEXT_STATE

public static final int ACTIVITY_UNDEFINED_NEXT_STATE
See Also:
Constant Field Values

ACTIVITY_TRANSITION_NOT_VALID_FOR_STATE

public static final int ACTIVITY_TRANSITION_NOT_VALID_FOR_STATE
See Also:
Constant Field Values

ACTIVITY_CAN_NOT_ADD_WORK_RECORD_MISSING_RESOURCE

public static final int ACTIVITY_CAN_NOT_ADD_WORK_RECORD_MISSING_RESOURCE
See Also:
Constant Field Values

ACTIVITY_CAN_NOT_ADD_WORK_RECORD_MISSING_ACTIVITY

public static final int ACTIVITY_CAN_NOT_ADD_WORK_RECORD_MISSING_ACTIVITY
See Also:
Constant Field Values

DEPOT_MISSING_BOOKING_TEXT

public static final int DEPOT_MISSING_BOOKING_TEXT
See Also:
Constant Field Values

DEPOT_MISSING_POSITION_CREDIT

public static final int DEPOT_MISSING_POSITION_CREDIT
See Also:
Constant Field Values

DEPOT_MISSING_POSITION_DEBIT

public static final int DEPOT_MISSING_POSITION_DEBIT
See Also:
Constant Field Values

DEPOT_MISSING_QUANTITY

public static final int DEPOT_MISSING_QUANTITY
See Also:
Constant Field Values

DEPOT_POSITION_NAME_MISMATCH

public static final int DEPOT_POSITION_NAME_MISMATCH
See Also:
Constant Field Values

DEPOT_MISSING_PRODUCT

public static final int DEPOT_MISSING_PRODUCT
See Also:
Constant Field Values

DEPOT_INVALID_POSITION_CREDIT

public static final int DEPOT_INVALID_POSITION_CREDIT
See Also:
Constant Field Values

DEPOT_INVALID_POSITION_DEBIT

public static final int DEPOT_INVALID_POSITION_DEBIT
See Also:
Constant Field Values

DEPOT_MISSING_DEPOT_NUMBER

public static final int DEPOT_MISSING_DEPOT_NUMBER
See Also:
Constant Field Values

DEPOT_DEPOT_NOT_FOUND

public static final int DEPOT_DEPOT_NOT_FOUND
See Also:
Constant Field Values

DEPOT_BOOKING_PERIOD_NOT_FOUND

public static final int DEPOT_BOOKING_PERIOD_NOT_FOUND
See Also:
Constant Field Values

DEPOT_BOOKING_PERIOD_IS_CLOSED

public static final int DEPOT_BOOKING_PERIOD_IS_CLOSED
See Also:
Constant Field Values

DEPOT_BOOKING_PERIOD_IS_FINAL

public static final int DEPOT_BOOKING_PERIOD_IS_FINAL
See Also:
Constant Field Values

DEPOT_DEPOT_IS_LOCKED

public static final int DEPOT_DEPOT_IS_LOCKED
See Also:
Constant Field Values

DEPOT_DEPOT_IS_CLOSED_CAN_NOT_BOOK

public static final int DEPOT_DEPOT_IS_CLOSED_CAN_NOT_BOOK
See Also:
Constant Field Values

DEPOT_DEPOT_IS_NOT_OPEN

public static final int DEPOT_DEPOT_IS_NOT_OPEN
See Also:
Constant Field Values

DEPOT_POSITION_IS_LOCKED

public static final int DEPOT_POSITION_IS_LOCKED
See Also:
Constant Field Values

DEPOT_POSITION_IS_CLOSED

public static final int DEPOT_POSITION_IS_CLOSED
See Also:
Constant Field Values

DEPOT_POSITION_IS_NOT_OPEN

public static final int DEPOT_POSITION_IS_NOT_OPEN
See Also:
Constant Field Values

DEPOT_REVERSAL_BALANCE_MISMATCH

public static final int DEPOT_REVERSAL_BALANCE_MISMATCH
See Also:
Constant Field Values

DEPOT_CAN_NOT_CANCEL_REVERSAL_BOOKING

public static final int DEPOT_CAN_NOT_CANCEL_REVERSAL_BOOKING
See Also:
Constant Field Values

DEPOT_ALREADY_HAS_REVERSAL_BOOKING

public static final int DEPOT_ALREADY_HAS_REVERSAL_BOOKING
See Also:
Constant Field Values

DEPOT_CAN_NOT_REMOVE_BOOKING

public static final int DEPOT_CAN_NOT_REMOVE_BOOKING
See Also:
Constant Field Values

BOOKING_STATUS_MUST_BE_PENDING

public static final int BOOKING_STATUS_MUST_BE_PENDING
See Also:
Constant Field Values

BOOKING_STATUS_MUST_BE_PROCESSED

public static final int BOOKING_STATUS_MUST_BE_PROCESSED
See Also:
Constant Field Values

BOOKING_DEPOT_NUMBER_REQUIRED

public static final int BOOKING_DEPOT_NUMBER_REQUIRED
See Also:
Constant Field Values

BOOKING_DEPOT_IS_CLOSED_CAN_NOT_CLOSE

public static final int BOOKING_DEPOT_IS_CLOSED_CAN_NOT_CLOSE
See Also:
Constant Field Values

BOOKING_DEPOT_POSITION_IS_CLOSED_CAN_NOT_CLOSE

public static final int BOOKING_DEPOT_POSITION_IS_CLOSED_CAN_NOT_CLOSE
See Also:
Constant Field Values

DEPOT_ENTITY_HAS_BOOKINGS

public static final int DEPOT_ENTITY_HAS_BOOKINGS
See Also:
Constant Field Values

DEPOT_CONTRACT_HAS_BOOKINGS

public static final int DEPOT_CONTRACT_HAS_BOOKINGS
See Also:
Constant Field Values

DEPOT_DEPOT_HAS_BOOKINGS

public static final int DEPOT_DEPOT_HAS_BOOKINGS
See Also:
Constant Field Values

DEPOT_POSITION_HAS_BOOKINGS

public static final int DEPOT_POSITION_HAS_BOOKINGS
See Also:
Constant Field Values

CONTRACT_MISSING_PRODUCT_OFFERING

public static final int CONTRACT_MISSING_PRODUCT_OFFERING
See Also:
Constant Field Values

CONTRACT_MAX_POSITIONS_REACHED

public static final int CONTRACT_MAX_POSITIONS_REACHED
See Also:
Constant Field Values

CONTRACT_MIN_POSITIONS_REACHED

public static final int CONTRACT_MIN_POSITIONS_REACHED
See Also:
Constant Field Values

BOOKING_IS_LOCKED_CAN_NOT_DELETE

public static final int BOOKING_IS_LOCKED_CAN_NOT_DELETE
See Also:
Constant Field Values

CONTRACT_MISSING_DEPOT_GOODS_ISSUE

public static final int CONTRACT_MISSING_DEPOT_GOODS_ISSUE
See Also:
Constant Field Values

CONTRACT_MISSING_DEPOT_GOODS_RETURN

public static final int CONTRACT_MISSING_DEPOT_GOODS_RETURN
See Also:
Constant Field Values

CONTRACT_MISSING_DEPOT_GOODS_DELIVERY

public static final int CONTRACT_MISSING_DEPOT_GOODS_DELIVERY
See Also:
Constant Field Values

WORKFLOW_MISSING_WORKFLOW

public static final int WORKFLOW_MISSING_WORKFLOW
See Also:
Constant Field Values

WORKFLOW_MISSING_TARGET

public static final int WORKFLOW_MISSING_TARGET
See Also:
Constant Field Values

WORKFLOW_NO_IMPLEMENTATION

public static final int WORKFLOW_NO_IMPLEMENTATION
See Also:
Constant Field Values

WORKFLOW_MISSING_CONSTRUCTOR

public static final int WORKFLOW_MISSING_CONSTRUCTOR
See Also:
Constant Field Values

WORKFLOW_CAN_NOT_INSTANTIATE

public static final int WORKFLOW_CAN_NOT_INSTANTIATE
See Also:
Constant Field Values

WORKFLOW_ILLEGAL_ACCESS

public static final int WORKFLOW_ILLEGAL_ACCESS
See Also:
Constant Field Values

WORKFLOW_ILLEGAL_ARGUMENT

public static final int WORKFLOW_ILLEGAL_ARGUMENT
See Also:
Constant Field Values

WORKFLOW_CAN_NOT_INVOKE

public static final int WORKFLOW_CAN_NOT_INVOKE
See Also:
Constant Field Values

WORKFLOW_CAN_NOT_CREATE_PROCESS_INSTANCE

public static final int WORKFLOW_CAN_NOT_CREATE_PROCESS_INSTANCE
See Also:
Constant Field Values

DEPOT_DEPOT_ENTITY_NOT_EQUAL

public static final int DEPOT_DEPOT_ENTITY_NOT_EQUAL
See Also:
Constant Field Values

PRODUCT_OPERATION_NOT_ALLOWED_FOR_NON_BASIC_PRICE_LEVEL

public static final int PRODUCT_OPERATION_NOT_ALLOWED_FOR_NON_BASIC_PRICE_LEVEL
See Also:
Constant Field Values

PRODUCT_OPERATION_NOT_ALLOWED_FOR_FINAL_PRICE_LEVEL

public static final int PRODUCT_OPERATION_NOT_ALLOWED_FOR_FINAL_PRICE_LEVEL
See Also:
Constant Field Values

PRODUCT_PRICE_LEVEL_MUST_HAVE_CURRENCY

public static final int PRODUCT_PRICE_LEVEL_MUST_HAVE_CURRENCY
See Also:
Constant Field Values

PRODUCT_OPERATION_NOT_ALLOWED_FOR_BASEDON_PRICE_LEVEL

public static final int PRODUCT_OPERATION_NOT_ALLOWED_FOR_BASEDON_PRICE_LEVEL
See Also:
Constant Field Values

PRODUCT_OPERATION_NOT_ALLOWED_FOR_PRICE_LEVEL_HAVING_PRICES

public static final int PRODUCT_OPERATION_NOT_ALLOWED_FOR_PRICE_LEVEL_HAVING_PRICES
See Also:
Constant Field Values

PRODUCT_OPERATION_NOT_ALLOWED_FOR_BASIC_PRICE_LEVEL

public static final int PRODUCT_OPERATION_NOT_ALLOWED_FOR_BASIC_PRICE_LEVEL
See Also:
Constant Field Values

ASSERTION_FAILURE

public static final int ASSERTION_FAILURE
See Also:
Constant Field Values

MEDIA_ACCESS_FAILURE

public static final int MEDIA_ACCESS_FAILURE
See Also:
Constant Field Values

REFERENCE_IS_READONLY

public static final int REFERENCE_IS_READONLY
See Also:
Constant Field Values

OBJECT_TYPE_IS_READONLY

public static final int OBJECT_TYPE_IS_READONLY
See Also:
Constant Field Values

DUPLICATE_OBJECT

public static final int DUPLICATE_OBJECT
See Also:
Constant Field Values
Constructor Detail

OpenCrxException

public OpenCrxException()


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.