org.hudsonci.maven.plugin.documents
Class DocumentException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentNotFoundException, DuplicateDocumentException

public class DocumentException
extends RuntimeException

Thrown to indicate a failure with the document sub-system.

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

Constructor Summary
DocumentException()
           
DocumentException(String message)
           
DocumentException(String message, Throwable cause)
           
DocumentException(Throwable cause)
           
 
Method Summary
 
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

DocumentException

public DocumentException()

DocumentException

public DocumentException(String message)

DocumentException

public DocumentException(String message,
                         Throwable cause)

DocumentException

public DocumentException(Throwable cause)


Copyright © 2004-2011 Hudson. All Rights Reserved.