org.openxri.resolve.exception
Class XRDErrorStatusException

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.XRDErrorStatusException
All Implemented Interfaces:
java.io.Serializable

public class XRDErrorStatusException
extends XRIResolutionException

This exception is thrown to encapsulate an XRD node with a non-100 status code.

Author:
wtan
See Also:
Serialized Form

Field Summary
protected  XRD xrd
           
 
Constructor Summary
XRDErrorStatusException(XRD xrd)
           
 
Method Summary
 XRD getXRD()
           
 
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
 

Field Detail

xrd

protected XRD xrd
Constructor Detail

XRDErrorStatusException

public XRDErrorStatusException(XRD xrd)
Parameters:
xrd -
Method Detail

getXRD

public XRD getXRD()
Returns:
Returns the xrd.


Copyright © 2005-2012. All Rights Reserved.