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

com.deathbycaptcha.ServiceOverloadException Maven / Gradle / Ivy

The newest version!
package com.deathbycaptcha;


public class ServiceOverloadException extends Exception
{
    public ServiceOverloadException(String message)
    {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy