Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Class
weblogic.utils.NestedException

Packages that use NestedException
weblogic.common Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. 
weblogic.management Provides for the configuration, control and monitoring of a WebLogic Domain. 
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
weblogic.management.mbeanservers.edit Provides interfaces and exceptions for weblogic.management.mbeanservers.edit
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
weblogic.management.utils This package includes interfaces and exceptions for developers who are interested in creating custom applications that use BEA WebLogic Server facilities to monitor and configure applications and WebLogic Server instances. 
weblogic.security.service Deprecated 9.0.0.0. Includes interfaces, classes, and exceptions that support security providers. 
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
 

Uses of NestedException in weblogic.common
 

Subclasses of NestedException in weblogic.common
 class ConnectDeadException
          Class for ConnectDeadException
 class ConnectDisabledException
          Class for ConnectDisabledException
 class ResourceException
          Class for ResourceExceptions.
 

Uses of NestedException in weblogic.management
 

Subclasses of NestedException in weblogic.management
 class DeferredDeploymentException
          Deprecated.  
 class DeploymentException
          Exceptions thrown during the deployment process.
 class DistributedAttributeUpdateException
          Deprecated.  
 class DistributedManagementException
          This exception wraps a set of exceptions thrown when trying to update attributes over multiple managed servers in a WebLogic Domain.
 class DistributedOperationUpdateException
          Deprecated.  
 class DistributedUpdateException
          This exception is the super-exception for exception that occured while propagating an updated from the Admin Server to a specific Managed Server.
 class ManagementException
          The top-level management exception.
 class MBeanCreationException
          Exception generated during the creation of an MBean.
 class UndeploymentException
          Top-level exception for application undeployment exception.
 

Uses of NestedException in weblogic.management.configuration
 

Subclasses of NestedException in weblogic.management.configuration
 class ConfigurationException
           
 class OutOfDateConfigurationException
           
 

Uses of NestedException in weblogic.management.mbeanservers.edit
 

Subclasses of NestedException in weblogic.management.mbeanservers.edit
 class EditException
          This is the base class for all edit mbeanserver exceptions.
 class EditTimedOutException
          Thrown when the request to start an edit session times out because another user has an edit session.
 class NotEditorException
          Thrown when the user has not started an edit session and is not the current editor.
 class RecordingException
          WLST script recording related exceptions .
 class ValidationException
          Thrown when an exception occurs during validation of the edit changes.
 

Uses of NestedException in weblogic.management.runtime
 

Subclasses of NestedException in weblogic.management.runtime
 class MigrationException
           
 

Uses of NestedException in weblogic.management.utils
 

Subclasses of NestedException in weblogic.management.utils
 class AlreadyExistsException
          The AlreadyExistsException exception is thrown when the object to be created already exists.
 class CreateException
          The CreateException exception is thrown when there is a problem detected with the object to be created.
 class InvalidCursorException
          The InvalidCursorException exception is thrown when an invalid cursor is passed to a method that expects a cursor.
 class InvalidParameterException
          The InvalidParameterException exception is thrown when an invalid parameter is supplied.
 class InvalidPredicateException
          The InvalidPredicateException exception is thrown when an invalid predicate class name is used.
 class NotFoundException
          The NotFoundException exception is thrown when the specified object does not exist.
 class RemoveException
          The RemoveException exception is thrown when there is a problem detected with the object to be removed.
 

Uses of NestedException in weblogic.security.service
 

Subclasses of NestedException in weblogic.security.service
 class DeployHandleCreationException
          The DeployHandleCreationException is thrown if a security provider encounters a problem while creating a DeployPolicyHandle or DeployRoleHandle.
 class ResourceCreationException
          The ResourceCreationException exception is thrown if a security provider encounters a problem while creating a resource.
 class ResourceRemovalException
          The ResourceRemovalException exception is thrown if a security provider is unable to remove a resource.
 class RoleCreationException
          A RoleCreationException exception is thrown if a Role Mapping provider has a problem creating a role.
 class RoleRemovalException
          The RoleRemovalException exception is thrown if a Role Mapping provider is unable to remove a role.
 class SecurityServiceException
          The SecurityServiceException exception is the base exception implemented by some of the WebLogic Security Framework exceptions (that is, any exception from the weblogic.security.services package that wrappers an exception with the same name from the weblogic.security.spi package).
 

Uses of NestedException in weblogic.security.spi
 

Subclasses of NestedException in weblogic.security.spi
 class ApplicationRemovalException
          The ApplicationRemovalException is thrown if a security provider encounters a problem while handling the deletion of an application.
 class ApplicationVersionCreationException
          The ApplicationVersionCreationException is thrown if a security provider encounters a problem while handling the creation of a new application version.
 class ApplicationVersionRemovalException
          The ApplicationVersionRemovalException is thrown if a security provider encounters a problem while handling the deletion of an application version.
 class ConsumptionException
          The ConsumptionException is thrown if a security provider is unable to consume any type of security data.
 class JDBCConnectionServiceException
          The JDBCConnectionServiceException exception is thrown if a named JDBC data source is not found.
 class ProviderDecisionException
          Deprecated. Deprecated in Weblogic 10.3. These exceptions are never used and marked as deprecated: weblogic.security.spi.ProviderDecisionException weblogic.security.service.ProviderDecisionException weblogic.security.spi.ResourceNotFoundException weblogic.security.service.ResourceNotFoundException weblogic.security.spi.RoleNotFoundException weblogic.security.service.RoleNotFoundException
 class ResourceNotFoundException
          Deprecated. Deprecated in Weblogic 10.3. These exceptions are never used and marked as deprecated: weblogic.security.spi.ProviderDecisionException weblogic.security.service.ProviderDecisionException weblogic.security.spi.ResourceNotFoundException weblogic.security.service.ResourceNotFoundException weblogic.security.spi.RoleNotFoundException weblogic.security.service.RoleNotFoundException
 class RoleNotFoundException
          Deprecated. Deprecated in Weblogic 10.3. These exceptions are never used and marked as deprecated: weblogic.security.spi.ProviderDecisionException weblogic.security.service.ProviderDecisionException weblogic.security.spi.ResourceNotFoundException weblogic.security.service.ResourceNotFoundException weblogic.security.spi.RoleNotFoundException weblogic.security.service.RoleNotFoundException
 class SecuritySpiException
          The SecuritySpiException exception is the base interface implemented by all security provider exceptions.
 

Uses of NestedException in weblogic.xml.schema.binding
 

Subclasses of NestedException in weblogic.xml.schema.binding
 class DeserializationException
          A DeserializationException is thrown if an error occurs during deserializtion.
 class SerializationException
          A SerializationException is thrown if an error occurs during serializtion.
 


Copyright 1996, 2014, 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.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02