public class BAD_INV_ORDER extends SystemException
completed, minor| Constructor and Description |
|---|
BAD_INV_ORDER()
Default constructor
|
BAD_INV_ORDER(int minor,
CompletionStatus completed)
Constructor with fields initialization
|
BAD_INV_ORDER(java.lang.String orb_reason)
Constructor with reason string
|
BAD_INV_ORDER(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
Full constructor with fields initialization
|
public BAD_INV_ORDER()
public BAD_INV_ORDER(java.lang.String orb_reason)
public BAD_INV_ORDER(int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception memberpublic BAD_INV_ORDER(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception member