All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gold.scim.common.exceptions.ResponseException Maven / Gradle / Ivy

The newest version!
package de.gold.scim.common.exceptions;

import de.gold.scim.common.response.ErrorResponse;


/**
 * author Pascal Knueppel 
* created at: 25.10.2019 - 23:18
*
* this exception is used for {@link ErrorResponse}s to parse an error response into an exception type */ public class ResponseException extends ScimException { public ResponseException(String message, Integer status, String scimType) { super(message, null, status, scimType); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy