Class ResponseException

  • All Implemented Interfaces:
    Serializable

    public class ResponseException
    extends ScimException
    author Pascal Knueppel
    created at: 25.10.2019 - 23:18

    this exception is used for ErrorResponses to parse an error response into an exception type
    See Also:
    Serialized Form
    • Constructor Detail

      • ResponseException

        public ResponseException​(String message,
                                 Integer status,
                                 String scimType)