Gemfire JavaDocs
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:
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
-
-
Constructor Summary
Constructors Constructor Description RevokeFailedException()
RevokeFailedException(java.lang.String message)
RevokeFailedException(java.lang.String message, java.lang.Throwable cause)
RevokeFailedException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
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)
-
-