org.hudsonci.maven.plugin.documents
Class DocumentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hudsonci.maven.plugin.documents.DocumentException
                  extended by org.hudsonci.maven.plugin.documents.DocumentNotFoundException
All Implemented Interfaces:
Serializable

public class DocumentNotFoundException
extends DocumentException

Thrown when an operation fails due to a missing document.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
DocumentNotFoundException(UUID id)
           
 
Method Summary
 UUID getId()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(UUID id)
Method Detail

getId

public UUID getId()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2004-2011 Hudson. All Rights Reserved.