Class NoMessageException

All Implemented Interfaces:
Serializable

public class NoMessageException extends GitAPIException
Exception thrown when the options given to a command don't include a specification of a message text (e.g. a commit was called without explicitly specifying a commit message (or other options telling where to take the message from.
See Also:
  • Field Details

  • Constructor Details

    • NoMessageException

      public NoMessageException(String message, Throwable cause)
      Constructor for NoMessageException
      Parameters:
      message - error message
      cause - a Throwable
    • NoMessageException

      public NoMessageException(String message)
      Constructor for NoMessageException
      Parameters:
      message - error message