Class AdminXmlException

All Implemented Interfaces:
Serializable

@Deprecated public class AdminXmlException extends RuntimeAdminException
Deprecated.
as of 7.0 use the management package instead
Thrown when a problem is encountered while working with admin-related XML data.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • AdminXmlException

      public AdminXmlException(String s)
      Deprecated.
      Creates a new AdminXmlException with the given descriptive message.
      Parameters:
      s - the detail message
    • AdminXmlException

      public AdminXmlException(String s, Throwable cause)
      Deprecated.
      Creates a new AdminXmlException with the given descriptive message and cause.
      Parameters:
      s - the detail message
      cause - the cause