org.openxri.resolve.exception
Class PartialResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxri.resolve.exception.XRIResolutionException
              extended by org.openxri.resolve.exception.PartialResolutionException
All Implemented Interfaces:
java.io.Serializable

public class PartialResolutionException
extends XRIResolutionException

This exception is thrown by the top level XRI resolution APIs to indicate that resolution was not completed successfully.

Author:
wtan
See Also:
Serialized Form

Constructor Summary
PartialResolutionException(XRD xrd)
           
PartialResolutionException(XRDS xrds)
          Constructs an object of this class.
 
Method Summary
 XRDS getPartialXRDS()
          Gets the partial resolution result.
 
Methods inherited from class org.openxri.resolve.exception.XRIResolutionException
getStatus, printUnderlyingStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialResolutionException

public PartialResolutionException(XRDS xrds)
Constructs an object of this class.

Parameters:
msg - Error message
xrds - The partial resolution results

PartialResolutionException

public PartialResolutionException(XRD xrd)
Method Detail

getPartialXRDS

public XRDS getPartialXRDS()
Gets the partial resolution result.

Returns:
XRDS of the partial resolution result.


Copyright © 2005-2012. All Rights Reserved.