Class KeyStoreCreationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.captaingoldfish.scim.sdk.client.exceptions.KeyStoreCreationFailedException
-
- All Implemented Interfaces:
Serializable
public class KeyStoreCreationFailedException extends RuntimeException
author Pascal Knueppel
created at: 09.12.2019 - 15:26
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyStoreCreationFailedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KeyStoreCreationFailedException
public KeyStoreCreationFailedException(String message)
-
-