com.atlassian.gadgets
Class GadgetSpecUriNotAllowedException

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

public class GadgetSpecUriNotAllowedException
extends RuntimeException

Thrown when a gadget spec URI is not valid for rendering on the dashboard. This can occur if the URI is invalid, or if the gadget is denied permission to be rendered on the dashboard.

See Also:
Serialized Form

Constructor Summary
GadgetSpecUriNotAllowedException(String message)
           
GadgetSpecUriNotAllowedException(Throwable e)
           
 
Method Summary
 
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

GadgetSpecUriNotAllowedException

public GadgetSpecUriNotAllowedException(Throwable e)

GadgetSpecUriNotAllowedException

public GadgetSpecUriNotAllowedException(String message)


Copyright © 2013 Atlassian. All Rights Reserved.