org.apache.ws.notification.topics.expression
Class TopicPathDialectUnknownException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.ws.notification.topics.expression.TopicExpressionException
              extended byorg.apache.ws.notification.topics.expression.TopicPathDialectUnknownException
All Implemented Interfaces:
java.io.Serializable

public class TopicPathDialectUnknownException
extends TopicExpressionException

This exception is raised if the given topic expression dialect is unsupported.

See Also:
Serialized Form

Constructor Summary
TopicPathDialectUnknownException()
          Creates a UnsupportedQueryDialectException without error message.
TopicPathDialectUnknownException(java.lang.String message)
          Creates a UnsupportedQueryDialectException with a given error message.
TopicPathDialectUnknownException(java.lang.String message, java.lang.Throwable exception)
          Creates a UnsupportedQueryDialectException with a given error message and nested exception.
TopicPathDialectUnknownException(java.lang.Throwable exception)
          Creates a UnsupportedQueryDialectException from a nested exception.
 
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

TopicPathDialectUnknownException

public TopicPathDialectUnknownException()
Creates a UnsupportedQueryDialectException without error message.


TopicPathDialectUnknownException

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

Parameters:
message - error message

TopicPathDialectUnknownException

public TopicPathDialectUnknownException(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/

TopicPathDialectUnknownException

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

Parameters:
exception - nested exception


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.