org.openvpms.esci.service.exception
Class DocumentNotFoundException

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.DocumentNotFoundException
All Implemented Interfaces:
Serializable

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

Exception that indicates a document was not located for a given document reference.

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

Constructor Summary
DocumentNotFoundException()
          Default constructor.
DocumentNotFoundException(String message)
          Constructs a DocumentNotFoundException with the specified detail message.
DocumentNotFoundException(String message, Throwable cause)
          Constructs a DocumentNotFoundException 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

DocumentNotFoundException

public DocumentNotFoundException()
Default constructor.


DocumentNotFoundException

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

Parameters:
message - the detail message

DocumentNotFoundException

public DocumentNotFoundException(String message,
                                 Throwable cause)
Constructs a DocumentNotFoundException 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..