Uses of Class
dev.vality.fistful.w2w_errors.GeneralFailure
| Package | Description |
|---|---|
| dev.vality.fistful.w2w_errors |
-
Uses of GeneralFailure in dev.vality.fistful.w2w_errors
Methods in dev.vality.fistful.w2w_errors that return GeneralFailure Modifier and Type Method Description GeneralFailureGeneralFailure. deepCopy()GeneralFailureLimitExceeded. getAmount()GeneralFailureLimitExceeded. getUnknown()Methods in dev.vality.fistful.w2w_errors with parameters of type GeneralFailure Modifier and Type Method Description static LimitExceededLimitExceeded. amount(GeneralFailure value)intGeneralFailure. compareTo(GeneralFailure other)booleanGeneralFailure. equals(GeneralFailure that)voidLimitExceeded. setAmount(GeneralFailure value)voidLimitExceeded. setUnknown(GeneralFailure value)static LimitExceededLimitExceeded. unknown(GeneralFailure value)Constructors in dev.vality.fistful.w2w_errors with parameters of type GeneralFailure Constructor Description GeneralFailure(GeneralFailure other)Performs a deep copy on other.