Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
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
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
order
Item
Link copied to clipboard
val
orderItem
:
CreateOrderItem
price
Link copied to clipboard
val
price
:
BigDecimal