VMware GemFire Java API Reference
Class RevokeFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.persistence.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RevokeFailedException()RevokeFailedException(String message)RevokeFailedException(String message, Throwable cause)RevokeFailedException(Throwable 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
-
-