org.dvb.dsmcc
Class NotEntitledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dvb.dsmcc.DSMCCException
                  extended by org.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
 
Method Summary
 
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
equals, 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