Class PatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.rest.webmvc.json.patch.PatchException
All Implemented Interfaces:
Serializable

public class PatchException extends RuntimeException
Exception thrown if an error occurs in the course of applying a Patch.
Author:
Craig Walls, Oliver Gierke
See Also:
  • Constructor Details

    • PatchException

      public PatchException(String message)
    • PatchException

      public PatchException(String message, Exception e)