Package org.prebid.mobile.api.exceptions
Class AdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.prebid.mobile.api.exceptions.AdException
- All Implemented Interfaces:
Serializable
Base error. Maintaining error description.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
INIT_ERROR
- See Also:
-
FAILED_TO_LOAD_BIDS
- See Also:
-
FAILED_TO_PARSE_RESPONSE
- See Also:
-
NO_BIDS
- See Also:
-
SERVER_ERROR
- See Also:
-
THIRD_PARTY
- See Also:
-
INTERNAL_ERROR
- See Also:
-
-
Constructor Details
-
AdException
-
-
Method Details