org.dvb.dsmcc
Class NotEntitledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.dvb.dsmcc.NotEntitledException
All Implemented Interfaces:
java.io.Serializable

public class NotEntitledException
extends DSMCCException

This Exception is thrown when the user is not entitled to access the content of the object (the Elementary Stream is scrambled and the user is not entitled).

See Also:
Serialized Form

Constructor Summary
NotEntitledException()
          construct a NotEntitledException with no detail message
NotEntitledException(java.lang.String s)
          construct a NotEntitledException with a detail message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotEntitledException

public NotEntitledException()
construct a NotEntitledException with no detail message


NotEntitledException

public NotEntitledException(java.lang.String s)
construct a NotEntitledException with a detail message

Parameters:
s - detail message