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:
  • Constructor Details

    • LastChangesException

      public LastChangesException()
    • LastChangesException

      public LastChangesException(String message)
    • LastChangesException

      public LastChangesException(String message, Throwable cause)