org.wso2.carbon.registry.social.api
Class SocialDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.registry.social.api.SocialDataException
All Implemented Interfaces:
Serializable

public class SocialDataException
extends Exception

The exception to be thrown when there is a problem with fetching / storing social data

See Also:
Serialized Form

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

SocialDataException

public SocialDataException()

SocialDataException

public SocialDataException(String message,
                           Throwable cause)

SocialDataException

public SocialDataException(String message)

SocialDataException

public SocialDataException(Throwable cause)


Copyright © 2015 WSO2. All Rights Reserved.