James Moger
2011-11-10 4eb1d83ac51f9b0a8813e7c1ed8e106e37c18562
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.