AdContentException Class
- public class AdContentException
extends ContentException
Implements an exception throw by the Ad services when
there is a problem with the content
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
ContentException
AdContentException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdContentException
public AdContentException()
- Constructor
AdContentException
public AdContentException(boolean isWarning)
- Constructor
AdContentException
public AdContentException(String
msg,
boolean isWarning)
- Constructor.
AdContentException
public AdContentException(String
msg,
Exception
source,
boolean isWarning)
- Constructor.
AdContentException
public AdContentException(String
msg,
Exception
source)
- Constructor.
AdContentException
public AdContentException(String
msg)
- Constructor.