Class DashboardNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.gadgets.dashboard.DashboardNotFoundException
All Implemented Interfaces:
Serializable

public class DashboardNotFoundException extends RuntimeException
Thrown if the dashboard identified by the DashboardId does not exist.
See Also:
  • Constructor Details

    • DashboardNotFoundException

      public DashboardNotFoundException(DashboardId id)
  • Method Details