org.dvb.dsmcc
Class NotEntitledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.NotEntitledException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotEntitledException
public NotEntitledException()
- construct a NotEntitledException with no detail message
NotEntitledException
public NotEntitledException(String s)
- construct a NotEntitledException with a detail message
- Parameters:
s
- detail message