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

com.swoval.files.apple.CreateStreamException Maven / Gradle / Ivy

There is a newer version: 2.1.12
Show newest version
package com.swoval.files.apple;

import java.io.IOException;

/** Exception that is thrown when the system is unable to create a file event stream. */
public class CreateStreamException extends IOException {
  public CreateStreamException(final String path) {
    super(path);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy