org.openxri.resolve.exception
Class AuthResNotFoundException

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

public class AuthResNotFoundException
extends XRIResolutionException

This exception is raised during the authority resolution process when neither an authority resolution service nor Ref is found.

Author:
wtan
See Also:
Serialized Form

Constructor Summary
AuthResNotFoundException(java.lang.String msg)
           
 
Method Summary
 
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

AuthResNotFoundException

public AuthResNotFoundException(java.lang.String msg)
Parameters:
msg -


Copyright © 2005-2012. All Rights Reserved.