Revision 9e8e14e4 web_client/src/gr/grnet/pithos/web/client/rest/RestException.java

b/web_client/src/gr/grnet/pithos/web/client/rest/RestException.java
26 26
    }
27 27

  
28 28
    public RestException(String aPath, int aStatusCode, String aStatusText, String aText) {
29
            super("HTTP error: " + aStatusCode+"\nPapth:"+aPath + "\nStatus text:" + aStatusText + "\nText:" + aText);
29
            super("HTTP error: " + aStatusCode+"\nPath:"+aPath + "\nStatus text:" + aStatusText + "\nText:" + aText);
30 30
            httpStatusCode = aStatusCode;
31 31
            httpStatusText = aStatusText;
32 32
            text = aText;

Also available in: Unified diff