Class IncompatibleAttributeException

All Implemented Interfaces:
Serializable

public class IncompatibleAttributeException extends ScimException
author Pascal Knueppel
created at: 28.09.2019 - 13:39

this exception is used if an attempt was made to read a json attribute that does have another type as the expected one
See Also:
  • Constructor Details

    • IncompatibleAttributeException

      public IncompatibleAttributeException(String message)
    • IncompatibleAttributeException

      public IncompatibleAttributeException(String message, Throwable cause)
    • IncompatibleAttributeException

      public IncompatibleAttributeException(String message, Throwable cause, String scimType)
    • IncompatibleAttributeException

      public IncompatibleAttributeException(String message, Throwable cause, Integer status)
    • IncompatibleAttributeException

      public IncompatibleAttributeException(String message, Throwable cause, Integer status, String scimType)