Uses of Class
org.openxri.resolve.exception.XRIResolutionException

Packages that use XRIResolutionException
org.openxri.resolve   
org.openxri.resolve.exception   
 

Uses of XRIResolutionException in org.openxri.resolve
 

Methods in org.openxri.resolve that throw XRIResolutionException
protected  java.io.InputStream Resolver.getDataFromURI(java.net.URI uri, java.lang.String query, ResolverFlags flags, ResolverState state)
          Gets an InputStream from the URI according the XRI HTTP Bindings.
protected  XRDS Resolver.readXRDS(java.io.InputStream in)
           
 XRD ResolveInterface.resolveAuthToXRD(java.lang.String qxri, java.lang.String trustType, boolean followRefs)
          Resolve XRI.
 

Uses of XRIResolutionException in org.openxri.resolve.exception
 

Subclasses of XRIResolutionException in org.openxri.resolve.exception
 class AuthResNotFoundException
          This exception is raised during the authority resolution process when neither an authority resolution service nor Ref is found.
 class BadAuthorityException
          Exception thrown when a XRI being resolved does not have an authority path or has an unsupported authority path type
 class IllegalTrustTypeException
           
 class InvalidAuthorityURIException
          Exception thrown when a URI obtained through XRIAuthority is invalid or when the URL built to send a request us invalid.
 class LimitExceededException
           
 class NoInitialDescriptorException
          Exception thrown when an initial descriptor could not be found for the community.
 class PartialResolutionException
          This exception is thrown by the top level XRI resolution APIs to indicate that resolution was not completed successfully.
 class RefNotFollowedException
           
 class XRDErrorStatusException
          This exception is thrown to encapsulate an XRD node with a non-100 status code.
 



Copyright © 2005-2012. All Rights Reserved.