public class CacheXmlException extends CacheRuntimeException
Declarable
class.CacheFactory.create(org.apache.geode.distributed.DistributedSystem)
,
Serialized FormConstructor and Description |
---|
CacheXmlException(java.lang.String message)
Creates a new
CacheXmlException with the given description. |
CacheXmlException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
CacheXmlException with the given description and cause. |
toString
getRootCause
public CacheXmlException(java.lang.String message, java.lang.Throwable cause)
CacheXmlException
with the given description and cause.public CacheXmlException(java.lang.String message)
CacheXmlException
with the given description.