de.unidu.is.retrieval
Class UnsupportedQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.unidu.is.retrieval.UnsupportedQueryException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedQueryException
extends java.lang.Exception

Signals that the query type is not supported.

Since:
2004-03-17
Version:
$Revision: 1.4 $, $Date: 2005/02/21 17:29:23 $
Author:
Henrik Nottelmann
See Also:
Serialized Form

Constructor Summary
UnsupportedQueryException()
          Creates a new instance.
UnsupportedQueryException(java.lang.String message)
          Creates a new instance.
UnsupportedQueryException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance.
UnsupportedQueryException(java.lang.Throwable cause)
          Creates a new instance.
 
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

UnsupportedQueryException

public UnsupportedQueryException()
Creates a new instance.


UnsupportedQueryException

public UnsupportedQueryException(java.lang.String message)
Creates a new instance.

Parameters:
message - further message

UnsupportedQueryException

public UnsupportedQueryException(java.lang.String message,
                                 java.lang.Throwable cause)
Creates a new instance.

Parameters:
message - further message
cause - the cause for this exception

UnsupportedQueryException

public UnsupportedQueryException(java.lang.Throwable cause)
Creates a new instance.

Parameters:
cause - the cause for this exception