Class LastChangesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.jenkins.lastchanges.exception.LastChangesException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 CommitInfoException,GitDiffException,GitTreeNotFoundException,GitTreeParseException,RepositoryNotFoundException
Created by rafael-pestano on 28/06/2016.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionLastChangesException(String message) LastChangesException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
LastChangesException
public LastChangesException() - 
LastChangesException
 - 
LastChangesException
 
 -