Class MVCCGenerationInternalRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.internal.server.space.mvcc.exception.MVCCGenerationInternalRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MVCCEntryModifyConflictException, MVCCModifyOnUncompletedGenerationException, MVCCReadWithExpiredGenerationException, MVCCRevertGenerationException

public class MVCCGenerationInternalRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • MVCCGenerationInternalRuntimeException

      public MVCCGenerationInternalRuntimeException()
    • MVCCGenerationInternalRuntimeException

      public MVCCGenerationInternalRuntimeException(String message)
    • MVCCGenerationInternalRuntimeException

      public MVCCGenerationInternalRuntimeException(String message, Throwable cause)
    • MVCCGenerationInternalRuntimeException

      public MVCCGenerationInternalRuntimeException(Throwable cause)
    • MVCCGenerationInternalRuntimeException

      protected MVCCGenerationInternalRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)