com.ibm.websphere.personalization.resources
Class QueryLanguageNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.personalization.resources.ResourceException
              extended by 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)