java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.internal.server.space.redolog.storage.StorageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StorageFullException

public class StorageException extends RuntimeException
Thrown when an error occurred at the IRedoLogFileStorage
Since:
7.1
Author:
eitany
See Also:
  • Constructor Details

    • StorageException

      public StorageException(String msg, Throwable cause)
    • StorageException

      public StorageException(Throwable cause)
    • StorageException

      public StorageException(String msg)