Class RevokeFailedException

  • java.lang.Object
  • All Implemented Interfaces:
    java.io.Serializable

    public class RevokeFailedException
    extends GemFireException
    Thrown when a member tries to revoke a persistent ID, but the member with that persistent ID is currently running. You can only revoke members which is not running.
    Since:
    GemFire 6.6.2
    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

      • RevokeFailedException

        public RevokeFailedException()
      • RevokeFailedException

        public RevokeFailedException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • RevokeFailedException

        public RevokeFailedException​(java.lang.String message)
      • RevokeFailedException

        public RevokeFailedException​(java.lang.Throwable cause)