com.atlassian.gadgets.opensocial.spi
Class AppDataServiceException

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

public class AppDataServiceException
extends RuntimeException

Thrown if there is a problem while performing an operation in the AppDataService

Since:
2.0
See Also:
Serialized Form

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

AppDataServiceException

public AppDataServiceException(String message,
                               Throwable cause)

AppDataServiceException

public AppDataServiceException(String message)

AppDataServiceException

public AppDataServiceException(Throwable cause)


Copyright © 2013 Atlassian. All Rights Reserved.