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

io.scalecube.services.exceptions.UnauthorizedException Maven / Gradle / Ivy

package io.scalecube.services.exceptions;

public class UnauthorizedException extends ServiceException {

  public static final int ERROR_TYPE = 401;

  public UnauthorizedException(int errorCode, String message) {
    super(errorCode, message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy