Class 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:
GemFire 3.0
See Also:
  • Constructor Details

    • CacheXmlException

      public CacheXmlException(String message, Throwable cause)
      Creates a new CacheXmlException with the given description and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • CacheXmlException

      public CacheXmlException(String message)
      Creates a new CacheXmlException with the given description.
      Parameters:
      message - the detail message