com.beasys.commerce.axiom.p13n.advisor
Class PersonalizationAdvisorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorException
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. As of WLPS 3.1, replaced by AdvisorException
- public class PersonalizationAdvisorException
- extends java.lang.Exception
Implements an exception thrown by Personalization Advisor methods.
- Version:
- $Revision: 7$, $Date: 1/4/00 3:53:37 PM$
- Author:
- Steve Willcox
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.Exception |
source
Deprecated. The source exception. |
|
Method Summary |
java.lang.Throwable |
getSource()
Deprecated. 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
- Deprecated.
- The source exception.
PersonalizationAdvisorException
public PersonalizationAdvisorException()
- Deprecated.
- Constructor
PersonalizationAdvisorException
public PersonalizationAdvisorException(java.lang.String msg)
- Deprecated.
- Constructor.
- Parameters:
msg - the message.
PersonalizationAdvisorException
public PersonalizationAdvisorException(java.lang.String msg,
java.lang.Exception source)
- Deprecated.
- Constructor.
- Parameters:
msg - the message.source - the exception which is the source of this exception.
getSource
public java.lang.Throwable getSource()
- Deprecated.
- Gets the exception which caused this exception to be raised
- Returns:
- the exception (can be null if none).
Copyright © 2000 BEA Systems, Inc. All Rights Reserved