Class PathExistsException

All Implemented Interfaces:
Serializable

@Committed
@Public
public class PathExistsException
extends SubDocumentException
Subdocument exception thrown when a path already exists and it shouldn't (for example, when using MutateInBuilder.insert(String, Object, boolean) subdoc insert}).
Since:
2.2
Author:
Simon Baslé
See Also:
Serialized Form
  • Constructor Details

    • PathExistsException

      public PathExistsException​(String id, String path)
    • PathExistsException

      public PathExistsException​(String reason)