de.gold.scim.common.exceptions.UnknownValueException Maven / Gradle / Ivy
The newest version!
package de.gold.scim.common.exceptions;
import lombok.Builder;
/**
* author Pascal Knueppel
* created at: 28.09.2019 - 18:05
*
*/
public class UnknownValueException extends ScimException
{
@Builder
public UnknownValueException(String message, Throwable cause, Integer status, String scimType)
{
super(message, cause, status, scimType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy