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

org.dvb.net.rc.PermissionDeniedException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.dvb.net.rc;

/**
 * Thrown when an application calls a method which it does not
 * have permission to call at that time. 
 */

public class PermissionDeniedException extends java.lang.Exception
{
	/**
	 * Default constructor for the exception
	 */
	public PermissionDeniedException()
	{
	}
	/**
	 * Constructor for the exception with a specified reason
	 *
	 * @param reason the reason why the exception was raised
	 */
	public PermissionDeniedException(String reason)
	{
	}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy