Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.websphere.personalization.resources
Class QueryLanguageNotSupportedExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.personalization.resources.ResourceException
com.ibm.websphere.personalization.resources.QueryLanguageNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class QueryLanguageNotSupportedException- extends ResourceException
This exception if necessary should be thrown from the ResourceDomain.findResourcesByQueryString() method if the ResourceDomain implementation does not support the specific query language specified in the first parameter of the method.
- See Also:
- Serialized Form
Constructor Summary QueryLanguageNotSupportedException()
QueryLanguageNotSupportedException(java.lang.String s)
Method Summary
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 QueryLanguageNotSupportedException
public QueryLanguageNotSupportedException()
QueryLanguageNotSupportedException
public QueryLanguageNotSupportedException(java.lang.String s)
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD