de.gold.scim.common.exceptions.InvalidSchemaException Maven / Gradle / Ivy
The newest version!
package de.gold.scim.common.exceptions;
public class InvalidSchemaException extends ScimException
{
public InvalidSchemaException(String message, Throwable cause, Integer status, String scimType)
{
super(message, cause, status, scimType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy