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:
Serializable
Deprecated.
Thrown when a problem is encountered while working with admin-related XML data.
- Since:
- GemFire 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a newAdminXmlExceptionwith the given descriptive message.AdminXmlException(String s, Throwable cause) Deprecated.Creates a newAdminXmlExceptionwith the given descriptive message and cause. -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdminXmlException
Deprecated.Creates a newAdminXmlExceptionwith the given descriptive message.- Parameters:
s- the detail message
-
AdminXmlException
Deprecated.Creates a newAdminXmlExceptionwith the given descriptive message and cause.- Parameters:
s- the detail messagecause- the cause
-
managementpackage instead