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

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

The newest version!
package javapns.communication.exceptions;

public class CommunicationException extends Exception {
  private static final long serialVersionUID = 1286560293829685555L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy