Package org.apache.geode.cache
Class GatewayException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GatewayConfigurationException
An exception thrown by a
Gateway.- Since:
- GemFire 4.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.GatewayException(String msg) Constructor.GatewayException(String msg, Throwable cause) Constructor.GatewayException(Throwable cause) Constructor. -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
GatewayException
public GatewayException()Constructor. Creates a new instance ofGatewayException. -
GatewayException
Constructor. Creates an instance ofGatewayExceptionwith the specified detail message.- Parameters:
msg- the detail message
-
GatewayException
Constructor. Creates an instance ofGatewayExceptionwith the specified detail message and cause.- Parameters:
msg- the detail messagecause- the causal Throwable
-
GatewayException
Constructor. Creates an instance ofGatewayExceptionwith the specified cause.- Parameters:
cause- the causal Throwable
-