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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
SocialMessageException()
           
SocialMessageException(String message)
           
SocialMessageException(String message, Throwable cause)
           
SocialMessageException(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

SocialMessageException

public SocialMessageException()

SocialMessageException

public SocialMessageException(String message,
                              Throwable cause)

SocialMessageException

public SocialMessageException(String message)

SocialMessageException

public SocialMessageException(Throwable cause)


Copyright © 2012 WSO2 Inc. All Rights Reserved.