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 Details

    • GraphClientException

      public GraphClientException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.