/**
         * Called whenever an exception has occurred while running a Twitter4J asynchronous action
         *
         * @param e The exception which was thrown
         * @param twitterMethod The method which failed
         */
        @Override
        public void onException(TwitterException e, TwitterMethod twitterMethod) {
          SoomlaUtils.LogDebug(TAG, "General fail " + e.getMessage());

          failListener(preformingAction, e.getMessage());
        }