org.dvb.media
Class CAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.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
 
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

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