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

edu.uiuc.ncsa.myproxy.oa4mp.server.admin.permissions.PermissionException Maven / Gradle / Ivy

The newest version!
package edu.uiuc.ncsa.myproxy.oa4mp.server.admin.permissions;

import edu.uiuc.ncsa.security.core.exceptions.GeneralException;

/**
 * 

Created by Jeff Gaynor
* on 11/23/16 at 3:00 PM */ public class PermissionException extends GeneralException { public PermissionException() { } public PermissionException(Throwable cause) { super(cause); } public PermissionException(String message) { super(message); } public PermissionException(String message, Throwable cause) { super(message, cause); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy