VMware GemFire Java API Reference
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 public class AdminXmlException extends RuntimeAdminException
Deprecated.as of 7.0 use themanagementpackage 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(String s)Deprecated.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
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AdminXmlException
public AdminXmlException(String s)
Deprecated.Creates a newAdminXmlExceptionwith the given descriptive message.- Parameters:
s- the detail message
-
-