com.gemstone.gemfire
Class GemFireConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.GemFireConfigException
- All Implemented Interfaces:
- Serializable
public class GemFireConfigException
- extends GemFireException
A GemFireConfigException
is used for failures
while processing a GemFire configuration XML file.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GemFireConfigException
public GemFireConfigException(String message)
- Creates a new
GemFireConfigException
.
GemFireConfigException
public GemFireConfigException(String message,
Throwable cause)
- Creates a new
GemFireConfigException
.
Copyright © 1997-2012 VMware, Inc. All rights reserved.