Class 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 Detail

      • SocialDataException

        public SocialDataException()
      • SocialDataException

        public SocialDataException​(String message,
                                   Throwable cause)
      • SocialDataException

        public SocialDataException​(String message)
      • SocialDataException

        public SocialDataException​(Throwable cause)