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

skype.SkypeMessageParsingException Maven / Gradle / Ivy

The newest version!
package skype;

import skype.MessageProcessingException;

@SuppressWarnings("serial")
public class SkypeMessageParsingException extends MessageProcessingException {
	public SkypeMessageParsingException(String message, Object ... args)
	{
		super(String.format(message,args));
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy