com.beasys.commerce.ebusiness.catalog
Class CategoryStructureCorruptException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.beasys.commerce.foundation.exception.ApplicationException
|
+--com.beasys.commerce.ebusiness.catalog.CatalogException
|
+--com.beasys.commerce.ebusiness.catalog.CategoryStructureCorruptException
- public class CategoryStructureCorruptException
- extends CatalogException
CategoryStructureCorruptException
indicates that
the hierarchical structure of the catalog appears to have been corrupted.
The most common cause of this is that the category hierarchy is no longer
an Acyclic Directed Graph.
- See Also:
- Serialized Form
Methods inherited from class com.beasys.commerce.foundation.exception.ApplicationException |
addLogMessage,
addLogMessage,
addLogMessage,
addMessage,
addMessage,
addMessage,
addUserMessage,
addUserMessage,
addUserMessage,
getEmbeddedException,
getLocalizedMessage,
getLogMessage,
getLogMessages,
getMessage,
getUserMessage,
getUserMessages,
toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
MESSAGE_KEY
public static final java.lang.String MESSAGE_KEY
CategoryStructureCorruptException
public CategoryStructureCorruptException(CatalogItemKey key)
- Constructs a
CatalogFinderException
.
CategoryStructureCorruptException
public CategoryStructureCorruptException(CatalogItemKey key,
java.lang.Exception exception)
- Constructs a
CatalogFinderException
.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved