com.atlassian.gadgets.dashboard
Class DashboardNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
DashboardNotFoundException(DashboardId id)
           
 
Method Summary
 DashboardId getDashboardId()
           
 
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

DashboardNotFoundException

public DashboardNotFoundException(DashboardId id)
Method Detail

getDashboardId

public DashboardId getDashboardId()


Copyright © 2011 Atlassian. All Rights Reserved.