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 FaultFault.ACCOUNT_ALREADY_EXISTSstatic final FaultFault.ACCOUNT_NOT_FOUNDstatic final FaultFault.ACCOUNT_NOT_SPECIFIEDstatic final FaultFault.ACTION_NOT_SPECIFIEDstatic final FaultFault.CUSTOMER_NOT_FOUNDstatic final FaultFault.DUPLICATE_ENTRY_FOUNDstatic final Faultstatic final FaultFault.EMPTY_NARRATIONstatic final Faultstatic final FaultFault.ILLEGAL_ACCESSstatic final FaultFault.INVALID_AMOUNTstatic final FaultFault.INVALID_CURRENCYstatic final FaultFault.INVALID_DATEstatic final FaultFault.INVALID_PERIODstatic final FaultFault.MULTIPLE_ENTRIES_FOUNDstatic final FaultFault.NO_ENTRIES_FOUNDstatic final FaultFault.NOT_A_CUSTOMER_ACCOUNTstatic final FaultFault.NOT_A_DEPOSIT_ACCOUNTstatic final FaultFault.NOT_A_GL_ACCOUNTstatic final FaultFault.NOT_A_LOAN_ACCOUNTstatic final FaultFault.NOT_ALLOWEDstatic final FaultFault.NOT_ENOUGH_BALANCEstatic final Faultstatic final FaultFault.REFERENCE_ALREADY_EXISTSstatic final FaultFault.REFERENCE_NOT_FOUNDstatic final FaultFault.REFERENCE_NOT_SPECIFIEDstatic final FaultFault.TECHNICAL_FAULTstatic final Faultstatic final FaultFault.TRANSACTION_NOT_BALANCEDstatic final FaultFault.TRANSACTION_NOT_FOUNDstatic final FaultFault.UNCATEGORIZED_FAULTstatic final FaultFault.UNKNOWN_ACTIONstatic final FaultFault.VOUCHER_NOT_FOUNDMethods 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 FaultJSONTransact.commit(Device device, JournalVoucher jv, JSON json, JSONMap result) Methods in com.storedobject.core with parameters of type Fault