com.atlassian.gadgets.spi
Class DashboardStateStoreException

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

public class DashboardStateStoreException
extends RuntimeException

Thrown when there is a problem while performing an operation on the persistent data store.

See Also:
Serialized Form

Constructor Summary
DashboardStateStoreException(String message)
           
DashboardStateStoreException(String message, Throwable cause)
           
DashboardStateStoreException(Throwable cause)
           
 
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

DashboardStateStoreException

public DashboardStateStoreException(String message,
                                    Throwable cause)

DashboardStateStoreException

public DashboardStateStoreException(String message)

DashboardStateStoreException

public DashboardStateStoreException(Throwable cause)


Copyright © 2009 Atlassian. All Rights Reserved.