org.ocd.docservice
Class XMLDocumentNotFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ocd.docservice.XMLDocumentNotFound
All Implemented Interfaces:
java.io.Serializable

public class XMLDocumentNotFound
extends java.lang.Exception

Since:
$Date: 2002/03/29 08:01:16 $
Version:
$Revision: 1.2 $
Author:
$Author: ocd_dino $, ocd_dino - ocd_dino@users.sourceforge.net (initial author)
See Also:
Serialized Form

Constructor Summary
XMLDocumentNotFound()
          Creates new OCXMLDocumentNotFound without detail message.
XMLDocumentNotFound(java.lang.String msg)
          Constructs an OCXMLDocumentNotFound with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLDocumentNotFound

public XMLDocumentNotFound()
Creates new OCXMLDocumentNotFound without detail message.

XMLDocumentNotFound

public XMLDocumentNotFound(java.lang.String msg)
Constructs an OCXMLDocumentNotFound with the specified detail message.
Parameters:
msg - the detail message.