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

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

The newest version!



package org.davic.net.tuning;





/** This exception is raised when the application calls


  * a method and has no


  * control over the corresponding NetworkInterface.


  */


public class NotOwnerException extends NetworkInterfaceException {





  /** Default constructor for the exception


    */


  public NotOwnerException() {


  }





  /** Constructor for the exception with a specified reason


    * @param reason the reason why the exception was raised


    */


  public NotOwnerException(String reason) {}





}










© 2015 - 2025 Weber Informatics LLC | Privacy Policy