Class PushException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PushException
    extends org.eclipse.jgit.api.errors.TransportException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PushException​(java.lang.String message)  
      PushException​(java.lang.String message, java.lang.Throwable 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

      • PushException

        public PushException​(java.lang.String message)
      • PushException

        public PushException​(java.lang.String message,
                             java.lang.Throwable cause)