Class RedoLogFileCompromisedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gigaspaces.internal.server.space.redolog.RedoLogFileCompromisedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ByteBufferStorageCompromisedException
Thrown when a redolog file integrity is compromised, such as unavailable storage or some error
which causes a corruption of the redolog
IRedoLogFile.validateIntegrity()- Since:
- 7.1.1
- Author:
- eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedoLogFileCompromisedException(String message) RedoLogFileCompromisedException(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedoLogFileCompromisedException
-
RedoLogFileCompromisedException
-
RedoLogFileCompromisedException
-