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

org.ocap.shared.dvr.AccessDeniedException Maven / Gradle / Ivy

package org.ocap.shared.dvr;
/**
 * Exception thrown when an application is blocked from operating
 * on a RecordingRequest by security attributes associated with that
 * RecordingRequest.
 */
public class AccessDeniedException extends java.lang.Exception
{
	/**
	 * Constructs a AccessDeniedException with no detail message
	 */
	public AccessDeniedException(){}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy