com.bea.p13n.placeholder
Class ContentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.p13n.placeholder.ContentException
- Direct Known Subclasses:
- AdContentException
- public class ContentException
- extends ApplicationException
Implements an exception throw by the Ad services when
there is a problem with the content
- See Also:
- Serialized Form
Method Summary
|
java.lang.Exception |
getSourceException()
Gets the exception which caused this exception to be raised |
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 |
ContentException
public ContentException()
- Constructor
ContentException
public ContentException(java.lang.String msg)
- Constructor.
- Parameters:
msg
- the message.
ContentException
public ContentException(java.lang.String msg,
java.lang.Exception source)
- Constructor.
- Parameters:
msg
- the message.source
- the exception which is the source of this exception.
getSourceException
public java.lang.Exception getSourceException()
- Gets the exception which caused this exception to be raised
- Returns:
- the exception (can be null if none).
Copyright © 2002 BEA Systems, Inc. All Rights Reserved