![JAR search and dependency download from the Maven repository](/logo.png)
com.sap.cloud.rest.api.client.exceptions.UnauthorizedException Maven / Gradle / Ivy
package com.sap.cloud.rest.api.client.exceptions;
import com.sap.cloud.rest.api.client.model.HttpExchangeContext;
/**
* This exception represents an HTTP status code 401 Unauthorized.
*
*/
public class UnauthorizedException extends ResponseException {
private static final long serialVersionUID = 1L;
public UnauthorizedException(String message, HttpExchangeContext context) {
super(message, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy