Package org.keycloak.federation.sssd.api
Class SSSDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.keycloak.federation.sssd.api.SSSDException
-
- All Implemented Interfaces:
Serializable
public class SSSDException extends RuntimeException
- Author:
- Bruno Oliveira
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSSDException()
SSSDException(String message)
SSSDException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-