com.atlassian.gadgets.spi
Class ExternalGadgetStoreException

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

public class ExternalGadgetStoreException
extends RuntimeException

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

See Also:
Serialized Form

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

ExternalGadgetStoreException

public ExternalGadgetStoreException()

ExternalGadgetStoreException

public ExternalGadgetStoreException(String message)

ExternalGadgetStoreException

public ExternalGadgetStoreException(String message,
                                    Throwable cause)

ExternalGadgetStoreException

public ExternalGadgetStoreException(Throwable cause)


Copyright © 2009 Atlassian. All Rights Reserved.