James Moger
2012-09-14 6bb3b233c8a73d4fe4e5024794029fdc75a9f1bb
src/com/gitblit/GitBlitException.java
@@ -31,6 +31,10 @@
      super(message);
   }
   public GitBlitException(Throwable cause) {
      super(cause);
   }
   /**
    * Exception to indicate that the client should prompt for credentials
    * because the requested action requires authentication.