org.openanzo.glitter.exception
Class QueryRefusedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openanzo.glitter.exception.QueryRefusedException
All Implemented Interfaces:
java.io.Serializable

public class QueryRefusedException
extends java.lang.RuntimeException

Thrown if a validator rejects a query.

Author:
lee
See Also:
Serialized Form

Constructor Summary
QueryRefusedException(java.lang.String reason)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryRefusedException

public QueryRefusedException(java.lang.String reason)
Parameters:
reason - Why did the validator reject the query?


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.