Package com.naver.ads.video
Class VideoAdPlayError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class VideoAdPlayError extends VideoAdError
An error that occurred during video ad playback.
-
-
Constructor Summary
Constructors Constructor Description VideoAdPlayError(VideoAdErrorCode errorCode, String message)Constructs a new VideoAdPlayError with the specified errorCode, message. VideoAdPlayError(VideoAdErrorCode errorCode, Throwable cause)Constructs a new VideoAdPlayError with the specified errorCode, cause. VideoAdPlayError(VideoAdErrorCode errorCode, String message, Throwable cause)Constructs a new VideoAdPlayError with the specified errorCode, message, cause.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
VideoAdPlayError
VideoAdPlayError(VideoAdErrorCode errorCode, String message)
Constructs a new VideoAdPlayError with the specified errorCode, message.
-
VideoAdPlayError
VideoAdPlayError(VideoAdErrorCode errorCode, Throwable cause)
Constructs a new VideoAdPlayError with the specified errorCode, cause.
-
VideoAdPlayError
VideoAdPlayError(VideoAdErrorCode errorCode, String message, Throwable cause)
Constructs a new VideoAdPlayError with the specified errorCode, message, cause.
-
-
-
-