com.gemstone.gemfire.cache
Class CacheXmlException
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.CacheXmlException
- All Implemented Interfaces:
- Serializable
public class CacheXmlException
- extends CacheRuntimeException
Thrown when a problem is encountered while parsing a declarative caching XML
file. Examples of such problems are a malformed XML file or
the inability to load a Declarable
class.
- Since:
- 3.0
- See Also:
CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem)
,
Serialized Form
CacheXmlException
public CacheXmlException(String message,
Throwable cause)
- Creates a new
CacheXmlException
with the given
description and cause.
CacheXmlException
public CacheXmlException(String message)
- Creates a new
CacheXmlException
with the given
description.
Copyright © 1997-2012 VMware, Inc. All rights reserved.