com.deathbycaptcha.ServiceOverloadException Maven / Gradle / Ivy
The newest version!
package com.deathbycaptcha;
public class ServiceOverloadException extends Exception
{
public ServiceOverloadException(String message)
{
super(message);
}
}