Gemfire JavaDocs
Package org.apache.geode.admin
Class AdminXmlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.admin.RuntimeAdminException
-
- org.apache.geode.admin.AdminXmlException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class AdminXmlException extends RuntimeAdminException
Deprecated.as of 7.0 use themanagement
package insteadThrown when a problem is encountered while working with admin-related XML data.- Since:
- GemFire 4.0
- See Also:
DistributedSystemConfig.getEntityConfigXMLFile()
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdminXmlException(java.lang.String s)
Deprecated.Creates a newAdminXmlException
with the given descriptive message.AdminXmlException(java.lang.String s, java.lang.Throwable cause)
Deprecated.Creates a newAdminXmlException
with the given descriptive message and cause.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
AdminXmlException
public AdminXmlException(java.lang.String s)
Deprecated.Creates a newAdminXmlException
with the given descriptive message.- Parameters:
s
- the detail message
-
AdminXmlException
public AdminXmlException(java.lang.String s, java.lang.Throwable cause)
Deprecated.Creates a newAdminXmlException
with the given descriptive message and cause.- Parameters:
s
- the detail messagecause
- the cause
-
-