org.openvpms.esci.service.exception
Class DuplicateOrderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openvpms.esci.service.exception.ServiceException
              extended by org.openvpms.esci.service.exception.DuplicateOrderException
All Implemented Interfaces:
Serializable

@WebFault(name="DuplicateOrder",
          targetNamespace="http://openvpms.org/esci")
public class DuplicateOrderException
extends ServiceException

Exception that indicates an order has been rejected as it is a duplicate.

Version:
$LastChangedDate: $
Author:
OpenVPMS Team
See Also:
Serialized Form

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

DuplicateOrderException

public DuplicateOrderException()
Default constructor.


DuplicateOrderException

public DuplicateOrderException(String message)
Constructs a DuplicateOrderException with the specified detail message.

Parameters:
message - the detail message

DuplicateOrderException

public DuplicateOrderException(String message,
                               Throwable cause)
Constructs a DuplicateOrderException with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause. May be null


Copyright © 2010-2011 OpenVPMS. All Rights Reserved..