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
public class LastChangesException extends RuntimeException
Created by rafael-pestano on 28/06/2016.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LastChangesException()
LastChangesException(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
-
-