Class UofSdkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sportradar.unifiedodds.sdk.exceptions.UofSdkException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CacheItemNotFoundException, NameGenerationException, ObjectNotFoundException, UnsupportedMessageInterestCombination, UnsupportedUrnFormatException

public abstract class UofSdkException extends RuntimeException
The base SDK exception class
See Also:
  • Constructor Details

    • UofSdkException

      public UofSdkException(String message)
    • UofSdkException

      public UofSdkException(String message, Exception e)