de.gold.scim.common.exceptions.NotImplementedException Maven / Gradle / Ivy
The newest version!
package de.gold.scim.common.exceptions;
import de.gold.scim.common.constants.HttpStatus;
/**
* author Pascal Knueppel
* created at: 04.10.2019 - 00:55
*
*/
public class NotImplementedException extends ScimException
{
public NotImplementedException(String message)
{
super(message, null, HttpStatus.NOT_IMPLEMENTED, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy