com.bea.commerce.platform.ad
Class  AdContentException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.commerce.platform.placeholder.ContentException
                    |
                    +--com.bea.commerce.platform.ad.AdContentException
- All Implemented Interfaces: 
 - java.io.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
 
| 
Field Summary | 
protected  java.lang.Exception | 
source
 
          The source exception. | 
 
 
| 
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, printStackTrace, printStackTrace, printStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
source
protected java.lang.Exception source
- The source exception.
 
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.
 
 
getSourceException
public java.lang.Exception getSourceException()
- Gets the exception which caused this exception to be raised
- Overrides:
 getSourceException in class ContentException
 
- Returns:
 - the exception (can be null if none).
 
 
 
Copyright © 2001 BEA Systems, Inc. All Rights Reserved