Class StreamWrapperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sportradar.unifiedodds.sdk.internal.exceptions.StreamWrapperException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataProviderStreamException, DataRouterStreamException

public class StreamWrapperException extends RuntimeException
A general util exception used to wrap checked exception within streams
See Also:
  • Constructor Details

    • StreamWrapperException

      public StreamWrapperException(String message, Exception e)