Uses of Class
com.storedobject.common.Fault
Packages that use Fault
-
Uses of Fault in com.storedobject.client
Methods in com.storedobject.client that return Fault -
Uses of Fault in com.storedobject.common
Fields in com.storedobject.common declared as FaultModifier and TypeFieldDescriptionstatic final Fault
Fault.ACCOUNT_ALREADY_EXISTS
static final Fault
Fault.ACCOUNT_NOT_FOUND
static final Fault
Fault.ACCOUNT_NOT_SPECIFIED
static final Fault
Fault.ACTION_NOT_SPECIFIED
static final Fault
Fault.CUSTOMER_NOT_FOUND
static final Fault
Fault.DUPLICATE_ENTRY_FOUND
static final Fault
static final Fault
Fault.EMPTY_NARRATION
static final Fault
static final Fault
Fault.ILLEGAL_ACCESS
static final Fault
Fault.INVALID_AMOUNT
static final Fault
Fault.INVALID_CURRENCY
static final Fault
Fault.INVALID_DATE
static final Fault
Fault.INVALID_PERIOD
static final Fault
Fault.MULTIPLE_ENTRIES_FOUND
static final Fault
Fault.NO_ENTRIES_FOUND
static final Fault
Fault.NOT_A_CUSTOMER_ACCOUNT
static final Fault
Fault.NOT_A_DEPOSIT_ACCOUNT
static final Fault
Fault.NOT_A_GL_ACCOUNT
static final Fault
Fault.NOT_A_LOAN_ACCOUNT
static final Fault
Fault.NOT_ALLOWED
static final Fault
Fault.NOT_ENOUGH_BALANCE
static final Fault
static final Fault
Fault.REFERENCE_ALREADY_EXISTS
static final Fault
Fault.REFERENCE_NOT_FOUND
static final Fault
Fault.REFERENCE_NOT_SPECIFIED
static final Fault
Fault.TECHNICAL_FAULT
static final Fault
static final Fault
Fault.TRANSACTION_NOT_BALANCED
static final Fault
Fault.TRANSACTION_NOT_FOUND
static final Fault
Fault.UNCATEGORIZED_FAULT
static final Fault
Fault.UNKNOWN_ACTION
static final Fault
Fault.VOUCHER_NOT_FOUND
Methods in com.storedobject.common that return FaultModifier and TypeMethodDescriptionAppends a message to the existing fault message with a default separator.Appends the given message to the current message using the specified delimiter.Fault.replace
(int code) Replaces the code of the Fault with the given code and returns the updated Fault object.Replaces the message of a Fault object. -
Uses of Fault in com.storedobject.core
Methods in com.storedobject.core that return FaultModifier and TypeMethodDescriptionprotected Fault
JSONTransact.commit
(Device device, JournalVoucher jv, JSON json, JSONMap result) Methods in com.storedobject.core with parameters of type Fault