public class OrderException extends AbstractBusinessObjectDocumentException
| Constructor and Description |
|---|
| OrderException(ChangeStatusType changeStatus, VerbType verb, java.util.List orders)
This method creates an instance of the Order exception.
|
| OrderException(java.util.List clientErrors)
This is the constructor of the class.
|
| OrderException(java.lang.String key, java.lang.String value)
This method is a construction of the class
|
| Modifier and Type | Method and Description |
|---|---|
| java.util.List | getOrder()
This method returns the orders that are associated with the response of the request.
|
public OrderException(ChangeStatusType changeStatus, VerbType verb, java.util.List orders)
public OrderException(java.util.List clientErrors)
public OrderException(java.lang.String key,
java.lang.String value)