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, toString
-
Field Details
-
INVALID_REQUEST
- See Also:
-
INTERNAL_ERROR
- See Also:
-
INIT_ERROR
- See Also:
-
SERVER_ERROR
- See Also:
-
THIRD_PARTY
- See Also:
-
-
Constructor Details
-
AdException
-
-
Method Details
-
setMessage
-
getMessage
Error description.- Overrides:
getMessage
in classThrowable
- Returns:
- description
-