Wow
Toggle table of contents
9.0.16
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
example-domain
/
me.ahoo.wow.example.domain.order
/
DefaultCreateOrderSpec
/
PriceInconsistencyException
Price
Inconsistency
Exception
class
PriceInconsistencyException
(
val
orderItem
:
CreateOrderItem
,
val
price
:
BigDecimal
)
:
IllegalArgumentException
Members
Constructors
Price
Inconsistency
Exception
Link copied to clipboard
constructor
(
orderItem
:
CreateOrderItem
,
price
:
BigDecimal
)
Properties
order
Item
Link copied to clipboard
val
orderItem
:
CreateOrderItem
price
Link copied to clipboard
val
price
:
BigDecimal