-
- All Implemented Interfaces:
-
java.io.Serializable
public class AppstockAdException extends Exception
Base error. Maintaining error description.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringINVALID_REQUESTpublic final static StringINTERNAL_ERRORpublic final static StringINIT_ERRORpublic final static StringSERVER_ERRORpublic final static StringFAILED_TO_LOAD_BIDSpublic final static StringTHIRD_PARTYprivate Stringmessage
-
Constructor Summary
Constructors Constructor Description AppstockAdException(String type, String message)
-
Method Summary
Modifier and Type Method Description StringgetMessage()Error description. voidsetMessage(String msg)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
String getMessage()
Error description.
-
setMessage
void setMessage(String msg)
-
-
-
-