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

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

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

public class BadAuthenticationException extends AuthenticationException {
	private static final long serialVersionUID = 370186803888464884L;

	public BadAuthenticationException() {
		super(ERROR_CODE.BadAuthentication);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy