public class InstreamAdPlayerError
extends java.lang.Object

Nested Class Summary

Nested Classes
Modifier and TypeClass and Description
static class InstreamAdPlayerError.Reason 

Constructor Summary

Constructors
Constructor and Description
InstreamAdPlayerError(InstreamAdPlayerError.Reason reason, java.lang.Throwable underlyingError) 

Method Summary

All Methods
Instance Methods
Concrete Methods
Modifier and TypeMethod and Description
InstreamAdPlayerError.ReasongetReason() 
java.lang.ThrowablegetUnderlyingError() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

InstreamAdPlayerError

public InstreamAdPlayerError(@NonNull
                             InstreamAdPlayerError.Reason reason,
                             @NonNull
                             java.lang.Throwable underlyingError)

Method Detail

getReason

@NonNull
public InstreamAdPlayerError.Reason getReason()

getUnderlyingError

@NonNull
public java.lang.Throwable getUnderlyingError()