com.atlassian.gadgets.feed
Class GadgetFeedHostConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.gadgets.feed.GadgetFeedHostConnectionException
All Implemented Interfaces:
Serializable

public class GadgetFeedHostConnectionException
extends RuntimeException

Exception thrown if the reader cannot connect to the host of the gadget spec feed cannot.

See Also:
Serialized Form

Constructor Summary
GadgetFeedHostConnectionException(String message, URI feedUri, Throwable cause)
           
 
Method Summary
 URI getFeedUri()
           
 
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

GadgetFeedHostConnectionException

public GadgetFeedHostConnectionException(String message,
                                         URI feedUri,
                                         Throwable cause)
Method Detail

getFeedUri

public URI getFeedUri()


Copyright © 2013 Atlassian. All Rights Reserved.