org.joseki.server
Class QueryExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.joseki.server.ExecutionException
              extended byorg.joseki.server.QueryExecutionException
All Implemented Interfaces:
java.io.Serializable

public class QueryExecutionException
extends ExecutionException

Version:
$Id: QueryExecutionException.java,v 1.3 2004/04/30 14:13:13 andy_seaborne Exp $
Author:
Andy Seaborne
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.joseki.server.ExecutionException
longMessage, returnCode, shortMessage
 
Constructor Summary
QueryExecutionException(int rc, java.lang.String shortMessage)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryExecutionException

public QueryExecutionException(int rc,
                               java.lang.String shortMessage)


Copyright © 2002 Hewlett-Packard. All Rights Reserved.