mrbytes
2012-08-14 975f7c55eea0c20a686d860b67b9a0d5fc3130bb
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.