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

io.contek.zeus.server.errors.ExchangeUnauthenticatedException Maven / Gradle / Ivy

There is a newer version: 2.29.0
Show newest version
package io.contek.zeus.server.errors;

import javax.annotation.Nullable;
import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public final class ExchangeUnauthenticatedException extends ExchangeFatalErrorException {

  public ExchangeUnauthenticatedException(@Nullable String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy