Class SetOperationFailedException

Object
Throwable
Exception
AnchorCheckedException
SetOperationFailedException
All Implemented Interfaces:
Serializable

public class SetOperationFailedException extends AnchorCheckedException
When a set operation fails for a particular key.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • SetOperationFailedException

      public SetOperationFailedException(String message)
      Creates with only a message.
      Parameters:
      message - the message.
    • SetOperationFailedException

      public SetOperationFailedException(Throwable cause)
      Creates with only a cause.
      Parameters:
      cause - the cause.