org.openrdf.sail.rdbms.exceptions
Class UnsupportedRdbmsOperatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.QueryEvaluationException
                  extended by org.openrdf.sail.rdbms.exceptions.UnsupportedRdbmsOperatorException
All Implemented Interfaces:
Serializable

public class UnsupportedRdbmsOperatorException
extends QueryEvaluationException

Indicates that an operation is not supported on the database side and must be evaluated on the client.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
UnsupportedRdbmsOperatorException(String string)
           
 
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

UnsupportedRdbmsOperatorException

public UnsupportedRdbmsOperatorException(String string)


Copyright © 2001-2008 Aduna. All Rights Reserved.