Package com.naver.ads.network
Class UnmarshallException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnmarshallException extends RuntimeException
This exception will be thrown when unmarshalling an object fails.
-
-
Constructor Summary
Constructors Constructor Description UnmarshallException(Throwable th)Constructs a new UnmarshallException instance.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
UnmarshallException
UnmarshallException(Throwable th)
Constructs a new UnmarshallException instance.
-
-
-
-