org.mydm.core
Class DocIDNotFound

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mydm.core.DocIDNotFound
All Implemented Interfaces:
java.io.Serializable

public class DocIDNotFound
extends java.lang.Exception

Exception when document id not found in DB

See Also:
Serialized Form

Constructor Summary
DocIDNotFound()
          Contructor
DocIDNotFound(java.lang.String ex)
          Contructor
 
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

DocIDNotFound

public DocIDNotFound()
Contructor


DocIDNotFound

public DocIDNotFound(java.lang.String ex)
Contructor

Parameters:
ex - exception message