com.bea.p13n.ad
Class AdContentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.p13n.placeholder.ContentException
|
+--com.bea.p13n.ad.AdContentException
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AdContentException
public AdContentException()
- Constructor
AdContentException
public AdContentException(java.lang.String msg)
- Constructor.
- Parameters:
msg
- the message.
AdContentException
public AdContentException(java.lang.String msg,
java.lang.Exception source)
- Constructor.
- Parameters:
msg
- the message.source
- the exception which is the source of this exception.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved