javax.emb
Class ContentAccessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.ContentAccessException
All Implemented Interfaces:
java.io.Serializable

public class ContentAccessException
extends MediaException (src)

This exception is thrown whenever access to media content fails, be it because a file is not found, there's missing access rights to a file or subsystem, a subsystem or file is temporarily blocked for access, or content transmission fails.

See Also:
Serialized Form

Constructor Summary
ContentAccessException()
           
ContentAccessException(java.lang.String message)
           
ContentAccessException(java.lang.String message, java.lang.Throwable cause)
           
ContentAccessException(java.lang.Throwable cause)
           
 
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

ContentAccessException

public ContentAccessException()
See Also:
javax.emb.MediaException()

ContentAccessException

public ContentAccessException(java.lang.String message)
See Also:
javax.emb.MediaException(String)

ContentAccessException

public ContentAccessException(java.lang.String message,
                              java.lang.Throwable cause)
See Also:
javax.emb.MediaException(String, Throwable)

ContentAccessException

public ContentAccessException(java.lang.Throwable cause)
See Also:
javax.emb.MediaException(Throwable)