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:
java.io.Serializable
- Direct Known Subclasses:
ServerWrongStatusCode,VastParseError
public class AdException extends java.lang.ExceptionBase error. Maintaining error description.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINIT_ERRORstatic java.lang.StringINTERNAL_ERRORstatic java.lang.StringINVALID_REQUESTstatic java.lang.StringSERVER_ERRORstatic java.lang.StringTHIRD_PARTY
-
Constructor Summary
Constructors Constructor Description AdException(java.lang.String type, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()Error description.voidsetMessage(java.lang.String msg)
-
-
-
Field Detail
-
INVALID_REQUEST
public static final java.lang.String INVALID_REQUEST
- See Also:
- Constant Field Values
-
INTERNAL_ERROR
public static final java.lang.String INTERNAL_ERROR
- See Also:
- Constant Field Values
-
INIT_ERROR
public static final java.lang.String INIT_ERROR
- See Also:
- Constant Field Values
-
SERVER_ERROR
public static final java.lang.String SERVER_ERROR
- See Also:
- Constant Field Values
-
THIRD_PARTY
public static final java.lang.String THIRD_PARTY
- See Also:
- Constant Field Values
-
-