|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.p13n.exceptions.ApplicationException
com.bea.p13n.placeholder.ContentException
com.bea.p13n.ad.AdContentException
public class AdContentException
Implements an exception throw by the Ad services when there is a problem with the content
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. |
Method Summary |
---|
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 |
---|
public AdContentException()
public AdContentException(String msg)
msg
- the message.public AdContentException(String msg, Exception source)
msg
- the message.source
- the exception which is the source of this exception.public AdContentException(boolean isWarning)
public AdContentException(String msg, boolean isWarning)
msg
- the message.public AdContentException(String msg, Exception source, boolean isWarning)
msg
- the message.source
- the exception which is the source of this exception.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |