org.dvb.media
Class IncompatibleSynchronizableMediaTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.media.IncompatibleSynchronizableMediaTypeException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleSynchronizableMediaTypeException
extends java.lang.Exception

This exception is thrown when media type of each player is incompatible for synchronization.

See Also:
Serialized Form

Constructor Summary
IncompatibleSynchronizableMediaTypeException()
          Constructs IncompatibleSynchronizableMediaTypeException.
IncompatibleSynchronizableMediaTypeException(java.lang.String reason)
          Constructs IncompatibleSynchronizableMediaTypeException with 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

IncompatibleSynchronizableMediaTypeException

public IncompatibleSynchronizableMediaTypeException()
Constructs IncompatibleSynchronizableMediaTypeException.


IncompatibleSynchronizableMediaTypeException

public IncompatibleSynchronizableMediaTypeException(java.lang.String reason)
Constructs IncompatibleSynchronizableMediaTypeException with reason.

Parameters:
reason - String object describing the reason of this exception.