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

kz.greetgo.msoffice.LeftFileException Maven / Gradle / Ivy

There is a newer version: 0.5.9
Show newest version
package kz.greetgo.msoffice;

public class LeftFileException extends RuntimeException {
  private static final long serialVersionUID = 4609950215490132611L;

  public LeftFileException() {}

  public LeftFileException(String message, Throwable cause) {
    super(message, cause);
  }

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

  public LeftFileException(Throwable cause) {
    super(cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy