Gemfire JavaDocs
Package org.apache.geode.admin
Class RuntimeAdminException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.admin.RuntimeAdminException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AdminXmlException
,OperationCancelledException
@Deprecated public class RuntimeAdminException extends GemFireException
Deprecated.as of 7.0 use themanagement
package insteadARuntimeAdminException
is thrown when a runtime errors occurs during administration or monitoring of GemFire.- Since:
- GemFire 3.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeAdminException()
Deprecated.RuntimeAdminException(java.lang.String message)
Deprecated.RuntimeAdminException(java.lang.String message, java.lang.Throwable cause)
Deprecated.RuntimeAdminException(java.lang.Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
RuntimeAdminException
public RuntimeAdminException()
Deprecated.
-
RuntimeAdminException
public RuntimeAdminException(java.lang.String message)
Deprecated.
-
RuntimeAdminException
public RuntimeAdminException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-
RuntimeAdminException
public RuntimeAdminException(java.lang.Throwable cause)
Deprecated.
-
-