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

com.xiaomi.infra.galaxy.fds.client.exception.GalaxyException Maven / Gradle / Ivy

There is a newer version: 3.0.44
Show newest version
package com.xiaomi.infra.galaxy.fds.client.exception;

public class GalaxyException extends Exception {
  private static final long serialVersionUID = -7433612752769161900L;

  public GalaxyException() {
    super();
  }

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy