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

javapns.communication.exceptions.CommunicationException Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package javapns.communication.exceptions;

public class CommunicationException extends Exception {

	private static final long serialVersionUID = 1L;


	public CommunicationException(String message, Exception cause) {
		super(message, cause);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy