com.opensymphony.workflow
Class QueryNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.opensymphony.workflow.InternalWorkflowException
                  extended by com.opensymphony.workflow.QueryNotSupportedException
All Implemented Interfaces:
Serializable

public class QueryNotSupportedException
extends InternalWorkflowException

Exception thrown to indicate that the query requested is not supported by the current store

Author:
Hani Suleiman (hani@formicary.net) Date: Oct 4, 2003 Time: 5:26:31 PM
See Also:
Serialized Form

Constructor Summary
QueryNotSupportedException()
           
QueryNotSupportedException(Exception cause)
           
QueryNotSupportedException(String message)
           
QueryNotSupportedException(String message, Exception cause)
           
 
Method Summary
 
Methods inherited from class com.opensymphony.workflow.InternalWorkflowException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryNotSupportedException

public QueryNotSupportedException()

QueryNotSupportedException

public QueryNotSupportedException(String message)

QueryNotSupportedException

public QueryNotSupportedException(Exception cause)

QueryNotSupportedException

public QueryNotSupportedException(String message,
                                  Exception cause)

OpenSymphony Workflow Project Page