Class RedoLogCapacityExceededException

All Implemented Interfaces:
Serializable

public class RedoLogCapacityExceededException extends ResourceCapacityExceededException
Thrown when the redo log reach its planned capacity and operations should be blocked until the redolog size is reduced
Since:
7.1
Author:
eitany
See Also:
  • Constructor Details

    • RedoLogCapacityExceededException

      public RedoLogCapacityExceededException(long redoLogSize, long maxBacklogAllowed, String targetName, String spaceName)
    • RedoLogCapacityExceededException

      public RedoLogCapacityExceededException(String message, String targetName, String spaceName)
  • Method Details

    • getTargetName

      public String getTargetName()
      Returns:
      name of the target that the redo log is kept for
    • getSpaceName

      public String getSpaceName()
      Returns:
      name of the space that is keeping the redo log