Class SocialDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description SocialDataException()
SocialDataException(String message)
SocialDataException(String message, Throwable cause)
SocialDataException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-