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

com.gooddata.auditevent.AuditEventsForbiddenException Maven / Gradle / Ivy

/*
 * Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.
 */
package com.gooddata.auditevent;

import com.gooddata.GoodDataException;

public class AuditEventsForbiddenException extends GoodDataException {

    public AuditEventsForbiddenException(final Throwable cause) {
        super("Unable to list audit events", cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy