All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4jads.internal.models4j.TwitterInvalidParameterException Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;

/**
 *
 * Date: 31/01/14
 * Time: 6:47 PM
 */
public class TwitterInvalidParameterException extends TwitterException {

    public TwitterInvalidParameterException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy