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