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

org.pcap4j.core.NotOpenException Maven / Gradle / Ivy

/*_##########################################################################
  _##
  _##  Copyright (C) 2013  Pcap4J.org
  _##
  _##########################################################################
*/

package org.pcap4j.core;

/**
 * @author Kaito Yamada
 * @since pcap4j 0.9.16
 */
public final class NotOpenException extends Exception {

  /** */
  private static final long serialVersionUID = -3852491522682861395L;

  /** */
  public NotOpenException() {
    super();
  }

  /** @param message message */
  public NotOpenException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy