Class SdkInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sportradar.unifiedodds.sdk.internal.exceptions.SdkInternalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CachingException, CommunicationException, DataProviderException, DeserializationException, ObjectNotFoundException

public abstract class SdkInternalException extends Exception
This is the base exception used within the SDK to handle checked exceptions
See Also:
  • Constructor Details

    • SdkInternalException

      public SdkInternalException(String message)
    • SdkInternalException

      public SdkInternalException(String message, Throwable cause)