org.openxri.resolve.exception
Class XRIResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openxri.resolve.exception.XRIResolutionException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AuthResNotFoundException, BadAuthorityException, IllegalTrustTypeException, InvalidAuthorityURIException, LimitExceededException, NoInitialDescriptorException, PartialResolutionException, RefNotFollowedException, XRDErrorStatusException
public class XRIResolutionException
- extends java.lang.Exception
Base class for exceptions thrown during XRI Resolution
- Author:
- chandra
- See Also:
- Serialized Form
Constructor Summary |
XRIResolutionException(java.lang.String sMsg)
Constructs an exception with the given message |
XRIResolutionException(java.lang.String sMsg,
java.lang.Exception oEx)
Constructs an exception with the given message and underlying exception |
XRIResolutionException(java.lang.String statusCode,
java.lang.String sMsg)
|
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 |
XRIResolutionException
public XRIResolutionException(java.lang.String sMsg)
- Constructs an exception with the given message
XRIResolutionException
public XRIResolutionException(java.lang.String sMsg,
java.lang.Exception oEx)
- Constructs an exception with the given message and underlying exception
XRIResolutionException
public XRIResolutionException(java.lang.String statusCode,
java.lang.String sMsg)
printUnderlyingStackTrace
public void printUnderlyingStackTrace()
- Prints out the underlying exception
getStatus
public java.lang.String getStatus()
- Returns:
- Returns the status.
Copyright © 2005-2012. All Rights Reserved.