org.openxri.resolve.exception
Class NoInitialDescriptorException

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

public class NoInitialDescriptorException
extends XRIResolutionException

Exception thrown when an initial descriptor could not be found for the community.

Author:
chandra
See Also:
Serialized Form

Constructor Summary
NoInitialDescriptorException(java.lang.String sXRI)
          Constructor
 
Method Summary
 java.lang.String getXRI()
           
 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

NoInitialDescriptorException

public NoInitialDescriptorException(java.lang.String sXRI)
Constructor

Parameters:
sXRI - - The XRI that had no community configured
Method Detail

getXRI

public java.lang.String getXRI()

toString

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


Copyright © 2005-2012. All Rights Reserved.