AdContentException Class

com.bea.p13n.ad
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

Constructor Summary

AdContentException()

Constructor
AdContentException(boolean isWarning)

Constructor
AdContentException(String msg, boolean isWarning)

Constructor.
AdContentException(String msg, Exception source, boolean isWarning)

Constructor.
AdContentException(String msg, Exception source)

Constructor.
AdContentException(String msg)

Constructor.
 

Method Summary

 
Methods from  com.bea.p13n.placeholder.ContentException
getSourceException, isWarning, setWarning
 
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
   

Constructor Detail

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.