Class GadgetSpecUriNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
  • Constructor Details

    • GadgetSpecUriNotAllowedException

      public GadgetSpecUriNotAllowedException(Throwable e)
    • GadgetSpecUriNotAllowedException

      public GadgetSpecUriNotAllowedException(String message)