com.techventus.server.voice.exception.AccountDeletedException 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 AccountDeletedException extends AuthenticationException {
private static final long serialVersionUID = -6043357209505991129L;
public AccountDeletedException() {
super(ERROR_CODE.AccountDeleted);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy