
ibt.ortc.api.OrtcAuthenticationNotAuthorizedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messaging Show documentation
Show all versions of messaging Show documentation
Realtime Cloud Messaging (ORTC) SDK for Java
/**
*
*/
package ibt.ortc.api;
/**
* @author ORTC team members ([email protected])
*
*/
public class OrtcAuthenticationNotAuthorizedException extends Exception {
/**
*
*/
private static final long serialVersionUID = -1160269792080151054L;
public OrtcAuthenticationNotAuthorizedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy