javax.emb
Class UnsupportedQueryLanguageException

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

public class UnsupportedQueryLanguageException
extends MediaException (src)

This exception is thrown during MetaDataEntityLocalHome.query() whenever a specified query language is not supported

See Also:
Serialized Form

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

UnsupportedQueryLanguageException

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

UnsupportedQueryLanguageException

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

UnsupportedQueryLanguageException

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

UnsupportedQueryLanguageException

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