org.hudsonci.maven.plugin.documents
Class DocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.