Package com.bea.netuix.application.exception

Exception Summary
DuplicateDefinitionException This exception is thrown when disassembling a portal from a .portal template, and a book or page in the .portal file has the same definition label as a book or page in the database.
DuplicateDotFileException This is a subclass of DuplicateObjectException for duplicates that occur when importing file-based objects.
DuplicateObjectException This exception is thrown when trying to create an object in the database and a unique key constraint is violated.
IllegalDependencyException This exception is thrown when customizing a portal would cause a recursive dependency.
IllegalOperationException This exception is thrown when an operation is called on a portal object that it does not support either by design or due to the current state it is in.
MissingDataException This exception is thrown when a portal object does not contain information necessary to perform the specified action.
NetuixException This is the base exception class for most portal framework exceptions.
NotEntitledException This exception is thrown when the caller does not have the necessary permissions to take the specified action.
ObjectInUseException This exception is thrown when an attempt to update or delete an object is requested but the object is being used by an end user.
ObjectNotFoundException This exception is thrown when an invalid portal object is encountered when performing some action.
RedirectionException This exception is thrown when the framework needs to affect a redirection, such as when the user does not have permission to view the current tree.
 



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.