org.openxri.resolve.exception
Class InvalidAuthorityURIException

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

public class InvalidAuthorityURIException
extends XRIResolutionException

Exception thrown when a URI obtained through XRIAuthority is invalid or when the URL built to send a request us invalid.

Author:
chandra
See Also:
Serialized Form

Constructor Summary
InvalidAuthorityURIException(java.lang.String sMsg)
          Constructor
InvalidAuthorityURIException(java.lang.String sMsg, java.lang.Exception oEx)
          Constructor
 
Method Summary
 java.lang.String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAuthorityURIException

public InvalidAuthorityURIException(java.lang.String sMsg)
Constructor


InvalidAuthorityURIException

public InvalidAuthorityURIException(java.lang.String sMsg,
                                    java.lang.Exception oEx)
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2005-2012. All Rights Reserved.