org.ocap.shared.dvr
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ocap.shared.dvr.AccessDeniedException
All Implemented Interfaces:
java.io.Serializable

public class AccessDeniedException
extends java.lang.Exception

Exception thrown when an application is blocked from operating on a RecordingRequest by security attributes associated with that RecordingRequest.

See Also:
Serialized Form

Constructor Summary
AccessDeniedException()
          Constructs a AccessDeniedException with no detail message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException()
Constructs a AccessDeniedException with no detail message