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

org.openl.rules.rest.SecurityException Maven / Gradle / Ivy

The newest version!
package org.openl.rules.rest;

import org.openl.rules.rest.exception.ForbiddenException;

class SecurityException extends ForbiddenException {

    SecurityException() {
        super("default.message");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy