Class GitDiffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.jenkins.lastchanges.exception.LastChangesException
-
- com.github.jenkins.lastchanges.exception.GitDiffException
-
- All Implemented Interfaces:
Serializable
public class GitDiffException extends LastChangesException
Created by rafael-pestano on 27/06/2016.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GitDiffException()
GitDiffException(String message)
GitDiffException(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
-
-