Class SdkFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sportradar.livedata.sdk.common.exceptions.SdkException
com.sportradar.livedata.sdk.common.exceptions.SdkFatalException
- All Implemented Interfaces:
Serializable
SDK exception that is fatal
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSdkFatalException(String message) Initializes a new instance of theSdkFatalExceptionclass.SdkFatalException(String message, Throwable cause) Initializes a new instance of theSdkFatalExceptionclass.SdkFatalException(Throwable cause) Initializes a new instance of theSdkFatalExceptionclass. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SdkFatalException
Initializes a new instance of theSdkFatalExceptionclass.- Parameters:
message- the detail message (which is saved for later retrieval by thegetMessage()method).
-
SdkFatalException
Initializes a new instance of theSdkFatalExceptionclass.- Parameters:
cause- the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
-
SdkFatalException
Initializes a new instance of theSdkFatalExceptionclass.- Parameters:
message- the detail message (which is saved for later retrieval by thegetMessage()method).cause- the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
-