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

de.captaingoldfish.scim.sdk.client.exceptions.KeyStoreReadingException 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: 09.12.2019 - 15:26
*
*
*/ public class KeyStoreReadingException extends RuntimeException { public KeyStoreReadingException(String message) { super(message); } public KeyStoreReadingException(String message, Throwable cause) { super(message, cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy