org.codehaus.activespace.query
Class QueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.activespace.query.QueryException
All Implemented Interfaces:
Serializable

public class QueryException
extends RuntimeException

Represents a runtime exception thrown when trying to query the cache or space.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
QueryException(String s, Throwable throwable)
           
QueryException(Throwable throwable)
           
 
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

QueryException

public QueryException(Throwable throwable)

QueryException

public QueryException(String s,
                      Throwable throwable)


Copyright © 2004 Protique, Ltd.. All Rights Reserved.