Class PushException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.scm.provider.git.jgit.command.PushException
-
- All Implemented Interfaces:
java.io.Serializable
public class PushException extends java.lang.ExceptionException 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 longserialVersionUID
-
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)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-