org.dvb.media
Class CAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.media.CAException
- All Implemented Interfaces:
- Serializable
public class CAException
- extends IOException
This exception is thrown when access to a media stream is denied by the CA system. It will typically be thrown by calls to DataSource.start() when access to the stream accessed by the DataSource is denied.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CAException
public CAException()
- Constructor without a reason
CAException
public CAException(String reason)
- Constructor with a reason
- Parameters:
reason
- the reason why access to the stream failed