Project

General

Profile

« Previous | Next » 

Revision 675

Added by berkley about 23 years ago

added precise location information (class.method) to each catch statement so that errors are more easily traced.

View differences:

AuthSession.java
81 81
        return false;
82 82
      }    
83 83
    } catch ( ConnectException ce ) {
84
      message = "Connection to the authentication service failed. " 
85
                       + ce.getMessage();
84
      message = "Connection to the authentication service failed in " +
85
                "AuthSession.authenticate: " + ce.getMessage();
86 86
    } catch ( IllegalStateException ise ) {
87 87
      message = ise.getMessage();
88 88
    }

Also available in: Unified diff