-
- All Implemented Interfaces:
-
java.io.Serializable
public final class NotionOAuthAPIError extends RuntimeException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNotionOAuthAPIError.Companion
-
Field Summary
Fields Modifier and Type Field Description private final OAuthErrorerrorprivate final NotionHttpResponsehttpResponseprivate final Stringmessageprivate final Throwablecause
-
Constructor Summary
Constructors Constructor Description NotionOAuthAPIError(OAuthError error, NotionHttpResponse httpResponse, String message, Throwable cause)NotionOAuthAPIError(OAuthError error, NotionHttpResponse httpResponse, String message)NotionOAuthAPIError(OAuthError error, NotionHttpResponse httpResponse)
-
Method Summary
Modifier and Type Method Description final OAuthErrorgetError()final NotionHttpResponsegetHttpResponse()StringgetMessage()ThrowablegetCause()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NotionOAuthAPIError
NotionOAuthAPIError(OAuthError error, NotionHttpResponse httpResponse, String message, Throwable cause)
-
NotionOAuthAPIError
NotionOAuthAPIError(OAuthError error, NotionHttpResponse httpResponse, String message)
-
NotionOAuthAPIError
NotionOAuthAPIError(OAuthError error, NotionHttpResponse httpResponse)
-
-
Method Detail
-
getError
final OAuthError getError()
-
getHttpResponse
final NotionHttpResponse getHttpResponse()
-
getMessage
String getMessage()
-
-
-
-