© 2005 BEA Systems, Inc.

com.bea.p13n.ad
Class AdContentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.p13n.placeholder.ContentException
                  extended bycom.bea.p13n.ad.AdContentException
All Implemented Interfaces:
Serializable

public class AdContentException
extends ContentException

Implements an exception throw by the Ad services when there is a problem with the content

See Also:
Serialized Form

Constructor Summary
AdContentException()
          Constructor
AdContentException(boolean isWarning)
          Constructor
AdContentException(String msg)
          Constructor.
AdContentException(String msg, boolean isWarning)
          Constructor.
AdContentException(String msg, Exception source)
          Constructor.
AdContentException(String msg, Exception source, boolean isWarning)
          Constructor.
 
Methods inherited from class com.bea.p13n.placeholder.ContentException
getSourceException, isWarning, setWarning
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdContentException

public AdContentException()
Constructor


AdContentException

public AdContentException(boolean isWarning)
Constructor


AdContentException

public AdContentException(String msg)
Constructor.


AdContentException

public AdContentException(String msg,
                          boolean isWarning)
Constructor.


AdContentException

public AdContentException(String msg,
                          Exception source)
Constructor.


AdContentException

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


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved