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

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

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

import de.gold.scim.common.constants.HttpStatus;


/**
 * author Pascal Knueppel 
* created at: 29.09.2019 - 21:49
*
*/ public class InvalidDateTimeRepresentationException extends ScimException { public InvalidDateTimeRepresentationException(String message, Throwable cause, Integer status, String scimType) { super(message, cause, status == null ? HttpStatus.BAD_REQUEST : status, scimType); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy