javax.emb
Class UnsupportedQueryLanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.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
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 |
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)