Class ClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.microsoft.graph.core.exceptions.ClientException
All Implemented Interfaces:
Serializable

public class ClientException extends Exception
Graph client exception wrapper.
See Also:
  • Constructor Details

    • ClientException

      public ClientException(@Nonnull String message, @Nonnull Throwable cause)
      Constructor for a ClientException
      Parameters:
      message - The exception message.
      cause - The possible inner exception causing this exception.
    • ClientException

      public ClientException(@Nonnull String message)
      Constructor for a ClientException
      Parameters:
      message - The exception message.