Class PushException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PushException
    extends java.lang.Exception
    Exception thrown when a push operation fails in JGit. This may either be triggered by an exception during the push operation or by a failed update of a remote reference.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      PushException​(java.lang.String url, org.eclipse.jgit.api.errors.GitAPIException e)  
      PushException​(java.lang.String url, org.eclipse.jgit.transport.RemoteRefUpdate update)  
    • 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

      • PushException

        public PushException​(java.lang.String url,
                             org.eclipse.jgit.transport.RemoteRefUpdate update)
      • PushException

        public PushException​(java.lang.String url,
                             org.eclipse.jgit.api.errors.GitAPIException e)