com.atlassian.gadgets.opensocial.spi
Class ActivityServiceException

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.ActivityServiceException
All Implemented Interfaces:
Serializable

public class ActivityServiceException
extends RuntimeException

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

Since:
2.0
See Also:
Serialized Form

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

ActivityServiceException

public ActivityServiceException(String message,
                                Throwable cause)

ActivityServiceException

public ActivityServiceException(String message)

ActivityServiceException

public ActivityServiceException(Throwable cause)


Copyright © 2013 Atlassian. All Rights Reserved.