Class GraphClientProvider.GraphClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.extrausermgt.users.aad.GraphClientProvider.GraphClientException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GraphClientProvider
Exception related to the Graph client
- See Also:
-
Constructor Summary
ConstructorDescriptionGraphClientException
(String message) Constructs a new exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphClientException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.
-