Uses of Class
org.davic.media.NotAuthorizedException

Packages that use NotAuthorizedException
org.davic.media Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. 
 

Uses of NotAuthorizedException in org.davic.media
 

Subclasses of NotAuthorizedException in org.davic.media
 class NotAuthorizedMediaException
          This exception indicates that the source can not be accessed in order to reference the new content, the source has not been accepted.
 

Methods in org.davic.media that throw NotAuthorizedException
 java.lang.String LanguageControl.selectDefaultLanguage()
          Changes the language to the default language determined by the implementation.
 void LanguageControl.selectLanguage(java.lang.String lang)
          Changes the language to the language given in the parameter.