org.davic.media
Class MediaFreezeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.media.MediaException
              extended byorg.davic.media.MediaFreezeException
All Implemented Interfaces:
java.io.Serializable

public class MediaFreezeException
extends MediaException

This exception indicates that either the freeze method or the resume method was unsuccessful.

See Also:
Serialized Form

Constructor Summary
MediaFreezeException()
          Construct an exception without a reason
MediaFreezeException(java.lang.String reason)
          Construct an exception with a reason
 
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

MediaFreezeException

public MediaFreezeException()
Construct an exception without a reason


MediaFreezeException

public MediaFreezeException(java.lang.String reason)
Construct an exception with a reason

Parameters:
reason - the reason why the exception was thrown