Class ServerWrongStatusCode
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.prebid.mobile.api.exceptions.AdException
org.prebid.mobile.rendering.errors.ServerWrongStatusCode
- All Implemented Interfaces:
Serializable
Error will be thrown when server has responded with error status code.
- See Also:
-
Field Summary
Fields inherited from class org.prebid.mobile.api.exceptions.AdException
FAILED_TO_LOAD_BIDS, FAILED_TO_PARSE_RESPONSE, INIT_ERROR, INTERNAL_ERROR, NO_BIDS, SERVER_ERROR, THIRD_PARTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.prebid.mobile.api.exceptions.AdException
equals, getMessage, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ServerWrongStatusCode
public ServerWrongStatusCode(int code)
-