Class DirectPersistencyRecoveryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.internal.server.space.recovery.direct_persistency.DirectPersistencyRecoveryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirectPersistencyAttributeStoreException

public class DirectPersistencyRecoveryException extends RuntimeException
Created by yechielf on 05/03/2015.
See Also:
  • Constructor Details

    • DirectPersistencyRecoveryException

      public DirectPersistencyRecoveryException()
    • DirectPersistencyRecoveryException

      public DirectPersistencyRecoveryException(String s)
    • DirectPersistencyRecoveryException

      public DirectPersistencyRecoveryException(String message, Throwable cause)
  • Method Details