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
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 Summary
ConstructorsConstructorDescriptionRevokeFailedException(String message) RevokeFailedException(String message, Throwable cause) RevokeFailedException(Throwable cause) -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RevokeFailedException
public RevokeFailedException() -
RevokeFailedException
-
RevokeFailedException
-
RevokeFailedException
-