com.atlassian.gadgets.dashboard.internal
Class GadgetNotLoadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.gadgets.dashboard.internal.GadgetNotLoadedException
All Implemented Interfaces:
Serializable

public class GadgetNotLoadedException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
GadgetNotLoadedException(GadgetId gadgetId)
           
 
Method Summary
 GadgetId getGadgetId()
           
 
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

GadgetNotLoadedException

public GadgetNotLoadedException(GadgetId gadgetId)
Method Detail

getGadgetId

public GadgetId getGadgetId()


Copyright © 2009 Atlassian. All Rights Reserved.