Daisy Open Source CMS

org.outerj.daisy.repository
Class InvalidDocumentIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.outerj.daisy.repository.RepositoryRuntimeException
                  extended by org.outerj.daisy.repository.InvalidDocumentIdException
All Implemented Interfaces:
Serializable

public class InvalidDocumentIdException
extends RepositoryRuntimeException

See Also:
Serialized Form

Constructor Summary
InvalidDocumentIdException(String message)
           
InvalidDocumentIdException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.outerj.daisy.repository.RepositoryRuntimeException
getState
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDocumentIdException

public InvalidDocumentIdException(String message)

InvalidDocumentIdException

public InvalidDocumentIdException(String message,
                                  Throwable cause)

Daisy Open Source CMS