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

dev.dirs.UnsupportedOperatingSystemException Maven / Gradle / Ivy

The newest version!
package dev.dirs;

public class UnsupportedOperatingSystemException extends UnsupportedOperationException {

  private static final long serialVersionUID = -6241121024431394902L;

  public UnsupportedOperatingSystemException(String message) {
    super(message);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy