
ibt.ortc.extensibility.exception.OrtcInvalidMessageException 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.extensibility.exception;
public class OrtcInvalidMessageException extends Exception {
/**
*
*/
private static final long serialVersionUID = -8423892728213268159L;
public OrtcInvalidMessageException() {
// TODO Auto-generated constructor stub
}
public OrtcInvalidMessageException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
public OrtcInvalidMessageException(Throwable cause) {
super(cause);
// TODO Auto-generated constructor stub
}
public OrtcInvalidMessageException(String message, Throwable cause) {
super(message, cause);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy