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

bmv.org.pushca.client.exception.WebsocketConnectionIsBrokenException Maven / Gradle / Ivy

The newest version!
package bmv.org.pushca.client.exception;

public class WebsocketConnectionIsBrokenException extends RuntimeException {

  public WebsocketConnectionIsBrokenException(Throwable cause) {
    super("Impossible to complete operation", cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy