Class RevokeFailedException

All Implemented Interfaces:
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:
  • Constructor Details

    • RevokeFailedException

      public RevokeFailedException()
    • RevokeFailedException

      public RevokeFailedException(String message, Throwable cause)
    • RevokeFailedException

      public RevokeFailedException(String message)
    • RevokeFailedException

      public RevokeFailedException(Throwable cause)