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