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

edu.utexas.tacc.tapis.shared.exceptions.PermissionException Maven / Gradle / Ivy

package edu.utexas.tacc.tapis.shared.exceptions;

public class PermissionException 
 extends TapisException
{
    private static final long serialVersionUID = 4079086572081851519L;
    
    public PermissionException(String message) {super(message);}
    public PermissionException(String message, Throwable cause) {super(message, cause);}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy