org.hudsonci.maven.plugin.documents
Class DuplicateDocumentException

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

public class DuplicateDocumentException
extends DocumentException

Thrown when an operation fails due to a duplicate document.

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

Constructor Summary
DuplicateDocumentException(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

DuplicateDocumentException

public DuplicateDocumentException(UUID id)
Method Detail

getId

public UUID getId()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2004-2011 Hudson. All Rights Reserved.