org.dvb.media
Class CAException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.media.CAException
All Implemented Interfaces:
java.io.Serializable

public class CAException
extends java.io.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

Constructor Summary
CAException()
          Constructor without a reason
CAException(java.lang.String reason)
          Constructor with a reason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CAException

public CAException()
Constructor without a reason


CAException

public CAException(java.lang.String reason)
Constructor with a reason

Parameters:
reason - the reason why access to the stream failed