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

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

There is a newer version: 10.0.0
Show newest version
package com.amadeus.exceptions;

import com.amadeus.Response;

/**
 * This error occurs when there is an error on the server.
 */
public class ServerException extends ResponseException {
  /**
   * Constructor.
   * @hides as only used internally
   */
  public ServerException(Response response) {
    super(response);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy