org.globus.wsrf.query
Class UnsupportedQueryDialectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.common.ChainedException
              extended by org.globus.wsrf.query.QueryException
                  extended by org.globus.wsrf.query.UnsupportedQueryDialectException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedQueryDialectException
extends QueryException

This exception is raised if the given query dialect is unsupported.

See Also:
Serialized Form

Constructor Summary
UnsupportedQueryDialectException()
          Creates a UnsupportedQueryDialectException without error message.
UnsupportedQueryDialectException(java.lang.String message)
          Creates a UnsupportedQueryDialectException with a given error message.
UnsupportedQueryDialectException(java.lang.String message, java.lang.Throwable exception)
          Creates a UnsupportedQueryDialectException with a given error message and nested exception.
UnsupportedQueryDialectException(java.lang.Throwable exception)
          Creates a UnsupportedQueryDialectException from a nested exception.
 
Method Summary
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedQueryDialectException

public UnsupportedQueryDialectException()
Creates a UnsupportedQueryDialectException without error message.


UnsupportedQueryDialectException

public UnsupportedQueryDialectException(java.lang.String message)
Creates a UnsupportedQueryDialectException with a given error message.

Parameters:
message - error message

UnsupportedQueryDialectException

public UnsupportedQueryDialectException(java.lang.String message,
                                        java.lang.Throwable exception)
Creates a UnsupportedQueryDialectException with a given error message and nested exception.

Parameters:
message - error message
exception - nested exception/

UnsupportedQueryDialectException

public UnsupportedQueryDialectException(java.lang.Throwable exception)
Creates a UnsupportedQueryDialectException from a nested exception.

Parameters:
exception - nested exception