|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openvpms.esci.service.exception.ServiceException
org.openvpms.esci.service.exception.DuplicateOrderException
@WebFault(name="DuplicateOrder", targetNamespace="http://openvpms.org/esci") public class DuplicateOrderException
Exception that indicates an order has been rejected as it is a duplicate.
Constructor Summary | |
---|---|
DuplicateOrderException()
Default constructor. |
|
DuplicateOrderException(String message)
Constructs a DuplicateOrderException with the specified detail message. |
|
DuplicateOrderException(String message,
Throwable cause)
Constructs a DuplicateOrderException with the specified detail message and cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DuplicateOrderException()
public DuplicateOrderException(String message)
message
- the detail messagepublic DuplicateOrderException(String message, Throwable cause)
message
- the detail messagecause
- the cause. May be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |