org.davic.media
Class MediaFreezeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.media.MediaException
              extended by org.davic.media.MediaFreezeException
All Implemented Interfaces:
java.io.Serializable

public class MediaFreezeException
extends javax.media.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
 
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

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