Class PushException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.maven.scm.provider.git.jgit.command.PushException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PushException extends 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
 
- 
- 
Constructor SummaryConstructors Constructor Description PushException(String url, org.eclipse.jgit.api.errors.GitAPIException e)PushException(String url, org.eclipse.jgit.transport.RemoteRefUpdate update)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PushExceptionpublic PushException(String url, org.eclipse.jgit.transport.RemoteRefUpdate update) 
 - 
PushExceptionpublic PushException(String url, org.eclipse.jgit.api.errors.GitAPIException e) 
 
- 
 
-