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

de.captaingoldfish.scim.sdk.client.exceptions.InvalidRequestException Maven / Gradle / Ivy

There is a newer version: 1.27.1
Show newest version
package de.captaingoldfish.scim.sdk.client.exceptions;

/**
 * author Pascal Knueppel 
* created at: 10.12.2019 - 12:46
*
*/ public class InvalidRequestException extends RuntimeException { public InvalidRequestException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy