Class ScimPatchApplier.ScimPatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockserver.scim.ScimPatchApplier.ScimPatchException
All Implemented Interfaces:
Serializable
Enclosing class:
ScimPatchApplier

public static class ScimPatchApplier.ScimPatchException extends RuntimeException
Signals a malformed PatchOp; carries the SCIM scimType keyword.
See Also:
  • Constructor Details

    • ScimPatchException

      public ScimPatchException(String message, String scimType)
  • Method Details

    • getScimType

      public String getScimType()