com.gemstone.gemfire.cache
Class GatewayConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.OperationAbortedException
com.gemstone.gemfire.cache.GatewayException
com.gemstone.gemfire.cache.GatewayConfigurationException
- All Implemented Interfaces:
- Serializable
public class GatewayConfigurationException
- extends GatewayException
An exception indicating that a gateway configuration
will not work with the remote side of the gateway's configuration.
- Since:
- 6.6
- See Also:
- Serialized Form
GatewayConfigurationException
public GatewayConfigurationException()
GatewayConfigurationException
public GatewayConfigurationException(String msg,
Throwable cause)
GatewayConfigurationException
public GatewayConfigurationException(String msg)
GatewayConfigurationException
public GatewayConfigurationException(Throwable cause)
Copyright © 1997-2011 VMware, Inc. All rights reserved.