Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.microsoft.graph.core.exceptions.ClientException
- All Implemented Interfaces:
Serializable
Graph client exception wrapper.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientException(String message) Constructor for a ClientExceptionClientException(String message, Throwable cause) Constructor for a ClientException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientException
Constructor for a ClientException- Parameters:
message- The exception message.cause- The possible inner exception causing this exception.
-
ClientException
Constructor for a ClientException- Parameters:
message- The exception message.
-