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

org.davic.net.tuning.NetworkInterfaceException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version


package org.davic.net.tuning;



/**

  * Base class for the NetworkInterfaceExceptions 

  */

public class NetworkInterfaceException extends java.lang.Exception {


  /** Default constructor for the exception

    */

  public NetworkInterfaceException() {}


  /** Constructor for the network interface exception with a specified reason

    * @param reason the reason why the exception was raised

    */

  public NetworkInterfaceException(String reason) {}


  

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy