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

com.sap.cloud.alert.notification.client.exceptions.AuthorizationException Maven / Gradle / Ivy

Go to download

Means for out-of-the-box events management in SAP Alert Notification service for SAP BTP service.

There is a newer version: 1.11.0
Show newest version
package com.sap.cloud.alert.notification.client.exceptions;

public class AuthorizationException extends ServerResponseException {

    private static final long serialVersionUID = 1680072165927004872L;

    public AuthorizationException(String msg, int status, String xVcapRequestId) {
        super(msg, status, xVcapRequestId);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy