OAuthIdInUseException.java 408 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 */
package com.adobe.granite.auth.oauth;

import aQute.bnd.annotation.ProviderType;

@ProviderType
public class OAuthIdInUseException
extends Exception {
    private static final long serialVersionUID = 1;

    public OAuthIdInUseException(String message) {
        super(message);
    }
}