96979899100101102103104105106107108109110
{ loggedin = _client.login( ); } catch ( IOException e ) { throw new AuthenticationException( e ); } if ( !loggedin ) { throw new AuthenticationException( "Could not login to rackspace cloudstore" ); } // Check if the root container exists try {