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

com.clouway.oauth2.authorization.AuthorizationErrorResponse Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.clouway.oauth2.authorization;

/**
 * @author Ivan Stefanov 
 */
public class AuthorizationErrorResponse extends RuntimeException {
  public final String description;

  public AuthorizationErrorResponse(String description) {
    this.description = description;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy