VMware GemFire Java API Reference
Package org.apache.geode.cache
Class GatewayConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.CacheRuntimeException
-
- org.apache.geode.cache.OperationAbortedException
-
- org.apache.geode.cache.GatewayException
-
- org.apache.geode.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:
- GemFire 6.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GatewayConfigurationException()GatewayConfigurationException(String msg)GatewayConfigurationException(String msg, Throwable cause)GatewayConfigurationException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-