Class DetachedHeadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DetachedHeadException
    extends GitAPIException
    Exception thrown when a command expected a non-detached HEAD reference
    See Also:
    Serialized Form
    • 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

      • DetachedHeadException

        public DetachedHeadException()
        The default constructor with a default message
      • DetachedHeadException

        public DetachedHeadException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Parameters:
        message -
        cause -
      • DetachedHeadException

        public DetachedHeadException​(java.lang.String message)
        Parameters:
        message -