Class SocialMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.registry.social.api.SocialMessageException
-
- All Implemented Interfaces:
Serializable
public class SocialMessageException extends Exception
The exception to be thrown when there is a problem when storing/ retrieving social messages and message collections- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocialMessageException()
SocialMessageException(String message)
SocialMessageException(String message, Throwable cause)
SocialMessageException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-