Class TieredStorageOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessResourceUsageException
org.openspaces.core.TieredStorageOperationException
All Implemented Interfaces:
Serializable

public class TieredStorageOperationException extends org.springframework.dao.InvalidDataAccessResourceUsageException
Thrown when a tiered storage metadata error is detected.
Since:
16.0.0
Author:
Yael Nahon
See Also:
  • Constructor Details

    • TieredStorageOperationException

      public TieredStorageOperationException(String msg)
    • TieredStorageOperationException

      public TieredStorageOperationException(String msg, Throwable cause)