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

com.techventus.server.voice.exception.AccountDeletedException Maven / Gradle / Ivy

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