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

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.TopicExpressionResolutionException
All Implemented Interfaces:
java.io.Serializable

public class TopicExpressionResolutionException
extends TopicExpressionException

This exception is raised when resolution of a topic expression fails.

See Also:
Serialized Form

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

TopicExpressionResolutionException

public TopicExpressionResolutionException()
Creates a TopicExpressionResolutionException without error message.


TopicExpressionResolutionException

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

Parameters:
message - error message

TopicExpressionResolutionException

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

Parameters:
message - error message
exception - nested exception

TopicExpressionResolutionException

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

Parameters:
exception - nested exception


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