Package org.prebid.mobile.api.exceptions
Class AdException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class AdException extends Exception
Base error. Maintaining error description.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringINIT_ERRORpublic final static StringFAILED_TO_LOAD_BIDSpublic final static StringFAILED_TO_PARSE_RESPONSEpublic final static StringNO_BIDSpublic final static StringSERVER_ERRORpublic final static StringTHIRD_PARTYpublic final static StringINTERNAL_ERROR
-
Constructor Summary
Constructors Constructor Description AdException(String type, String message)
-
Method Summary
Modifier and Type Method Description StringgetMessage()Root error message. StringtoString()booleanequals(Object o)inthashCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-