Skip to content

Improve error handling when failing to discover server or delegate #22

@GoogleCodeExporter

Description

@GoogleCodeExporter
I propose an exception should be thrown in the case that neither the
delegate nor server could be found.  If this is not done, the failure later
is not ideal.

if( serverAndDelegate.getDelegate() == null &&
serverAndDelegate.getServer()== null){
   throw new IOException ("Failed to find server and delegate for " +
identityUrl);
            }

Original issue reported on code.google.com by tod...@us.ibm.com on 20 Aug 2008 at 6:59

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions