com.techventus.server.voice.exception.ServiceDisabledException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-voice-java Show documentation
Show all versions of google-voice-java Show documentation
An Unofficial Java API for Google Voice
The newest version!
package com.techventus.server.voice.exception;
public class ServiceDisabledException extends AuthenticationException {
private static final long serialVersionUID = -5095735710095958867L;
public ServiceDisabledException() {
super(ERROR_CODE.ServiceDisabled);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy