Class MutabilityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.scim.spec.exception.MutabilityException
All Implemented Interfaces:
Serializable

public class MutabilityException extends RuntimeException
Thrown when a client attempts to update a ScimResource's attribute/sub-attribute that does not support being updated. e.g. The attribute is read-only, or is immutable but already has a value.
See Also:
  • Constructor Details

    • MutabilityException

      public MutabilityException(String message)
    • MutabilityException

      public MutabilityException(String message, Throwable cause)