Class GitAPIException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected GitAPIException​(java.lang.String message)
      Constructs a new exception with the specified detail message and no cause.
      protected GitAPIException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new exception with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GitAPIException

        protected GitAPIException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - detail message
        cause - cause
        Since:
        3.1
      • GitAPIException

        protected GitAPIException​(java.lang.String message)
        Constructs a new exception with the specified detail message and no cause.
        Parameters:
        message - detail message
        Since:
        3.1