Class AuthTokenFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sportradar.mbs.sdk.exceptions.SdkException
com.sportradar.mbs.sdk.exceptions.AuthTokenFailureException
- All Implemented Interfaces:
Serializable
Exception thrown when there is a failure in obtaining the authentication token.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new AuthTokenFailureException with the specified cause.AuthTokenFailureException
(String message) Constructs a new AuthTokenFailureException with the specified detail message. -
Method Summary
Methods inherited from class com.sportradar.mbs.sdk.exceptions.SdkException
getCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthTokenFailureException
Constructs a new AuthTokenFailureException with the specified cause.- Parameters:
cause
- the cause of the exception
-
AuthTokenFailureException
Constructs a new AuthTokenFailureException with the specified detail message.- Parameters:
message
- the detail message
-