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

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

The newest version!
package com.techventus.server.voice.exception;

public class NotVerifiedException extends AuthenticationException {
	private static final long serialVersionUID = -6945694818861858697L;

	public NotVerifiedException() {
		super(ERROR_CODE.NotVerified);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy