com.intel.gpe.clients.api.exceptions
Class GPEInvalidTopicExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.gpe.clients.api.exceptions.GPEException
              extended by com.intel.gpe.clients.api.exceptions.GPEServiceException
                  extended by com.intel.gpe.clients.api.exceptions.GPEInvalidTopicExpressionException
All Implemented Interfaces:
java.io.Serializable

public class GPEInvalidTopicExpressionException
extends GPEServiceException

Exception thrown when server does not support given notification topic expression dialect.

Version:
$Id: GPEInvalidTopicExpressionException.java,v 1.4 2006/02/18 18:42:29 nbmalysh Exp $
Author:
Dmitry Petrov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.intel.gpe.clients.api.exceptions.GPEException
resourceClient
 
Constructor Summary
GPEInvalidTopicExpressionException(java.lang.String message, FaultWrapper cause, WSRFClient resourceClient, javax.xml.namespace.QName topic)
           
 
Method Summary
 javax.xml.namespace.QName getTopic()
          Get topic of original subsription request.
 
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEServiceException
getFaultDescriptionAsString, getFaultWrapper, getReason
 
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEException
getResourceClient
 
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

GPEInvalidTopicExpressionException

public GPEInvalidTopicExpressionException(java.lang.String message,
                                          FaultWrapper cause,
                                          WSRFClient resourceClient,
                                          javax.xml.namespace.QName topic)
Method Detail

getTopic

public javax.xml.namespace.QName getTopic()
Get topic of original subsription request.

Returns:
topic of original subsription request


Copyright © 2008. All Rights Reserved.