com.atlassian.gadgets.directory.spi
Class ExternalGadgetSpecStoreException

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

public class ExternalGadgetSpecStoreException
extends RuntimeException

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

Since:
2.0
See Also:
Serialized Form

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

ExternalGadgetSpecStoreException

public ExternalGadgetSpecStoreException()

ExternalGadgetSpecStoreException

public ExternalGadgetSpecStoreException(String message)

ExternalGadgetSpecStoreException

public ExternalGadgetSpecStoreException(String message,
                                        Throwable cause)

ExternalGadgetSpecStoreException

public ExternalGadgetSpecStoreException(Throwable cause)


Copyright © 2011 Atlassian. All Rights Reserved.