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

com.amadeus.exceptions.AuthenticationException Maven / Gradle / Ivy

package com.amadeus.exceptions;

import com.amadeus.Response;

/**
 * This error occurs when the client did not provide the right credentials.
 */
public class AuthenticationException extends ResponseException {
  /**
   * Constructor.
   * @hides as only used internally
   */
  public AuthenticationException(Response response) {
    super(response);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy