org.davic.media
Class MediaFreezeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.media.MediaException
org.davic.media.MediaFreezeException
- All Implemented Interfaces:
- Serializable
public class MediaFreezeException
- extends MediaException
This exception indicates that either the freeze method or the resume method was unsuccessful.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MediaFreezeException
public MediaFreezeException()
- Construct an exception without a reason
MediaFreezeException
public MediaFreezeException(String reason)
- Construct an exception with a reason
- Parameters:
reason
- the reason why the exception was thrown