Class RuntimeAdminException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    OperationCancelledException

    @Deprecated
    public class RuntimeAdminException
    extends GemFireException
    Deprecated.
    as of 7.0 use the management package instead
    A RuntimeAdminException is thrown when a runtime errors occurs during administration or monitoring of GemFire.
    Since:
    GemFire 3.5
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.