SHaselbauer
2013-01-23 58102e97e16f9d89b2cedf789a3eb11d6c0a26fc
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.