|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.dtv.media.ConditionalAccessException
public class ConditionalAccessException
Indicates that the media under the control of the Player or DataSource is protected by conditional access. This Exception MUST be thrown by the Player.start() or the DataSource.start() method if the content is protected.
Player
,
DataSource
,
Serialized FormConstructor Summary | |
---|---|
ConditionalAccessException()
Constructor without a reason information. |
|
ConditionalAccessException(String reason)
Constructor with a reason information. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConditionalAccessException()
public ConditionalAccessException(String reason)
reason
- of this conditional access exception
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |