Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.utils.NestedThrowable

Packages that use NestedThrowable
weblogic.common   
weblogic.management   
weblogic.management.configuration   
weblogic.management.mbeanservers.edit   
weblogic.management.runtime   
weblogic.management.utils   
weblogic.security   
weblogic.security.internal.encryption Provides exceptions for weblogic.security.internal.encryption
weblogic.security.service   
weblogic.security.spi   
weblogic.transaction Provides interfaces and classes for transaction support. 
weblogic.utils   
weblogic.xml.schema.binding   
weblogic.xml.security   
weblogic.xml.security.encryption   
weblogic.xml.security.keyinfo   
weblogic.xml.security.signature   
weblogic.xml.security.transforms   
weblogic.xml.security.utils   
weblogic.xml.stream Deprecated. Provides XML stream support. 

 

Uses of NestedThrowable in weblogic.common

 

Classes in weblogic.common that implement NestedThrowable
 class ConnectDeadException
          Class for ConnectDeadException
 class ConnectDisabledException
          Class for ConnectDisabledException
 class ResourceException
          Class for ResourceExceptions.

 

Uses of NestedThrowable in weblogic.management

 

Classes in weblogic.management that implement NestedThrowable
 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 NoAccessRuntimeException
          This is the exception that is thrown when an atempt is made to access an MBean and the operation or attributes is not available for given the established identity.
 class UndeploymentException
          Top-level exception for application undeployment exception.

 

Uses of NestedThrowable in weblogic.management.configuration

 

Classes in weblogic.management.configuration that implement NestedThrowable
 class ConfigurationException
           
 class OutOfDateConfigurationException
           

 

Uses of NestedThrowable in weblogic.management.mbeanservers.edit

 

Classes in weblogic.management.mbeanservers.edit that implement NestedThrowable
 class ActivateConflictException
           
 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 NestedThrowable in weblogic.management.runtime

 

Classes in weblogic.management.runtime that implement NestedThrowable
 class MigrationException
           

 

Uses of NestedThrowable in weblogic.management.utils

 

Classes in weblogic.management.utils that implement NestedThrowable
 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 NestedThrowable in weblogic.security

 

Classes in weblogic.security that implement NestedThrowable
 class SecurityInitializationException
          The SecurityInitializationException is thrown when a problem has been encountered during the initialization of the security subsystem.

 

Uses of NestedThrowable in weblogic.security.internal.encryption

 

Classes in weblogic.security.internal.encryption that implement NestedThrowable
 class EncryptionServiceException
          Exception class for JCE issues

 

Uses of NestedThrowable in weblogic.security.service

 

Classes in weblogic.security.service that implement NestedThrowable
 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).
 class SecurityServiceRuntimeException
          The SecurityServiceRuntimeException exception is the base exception implemented by some of the WebLogic Security Framework exceptions (that is, any exception that is unique to the weblogic.security.services package).

 

Uses of NestedThrowable in weblogic.security.spi

 

Classes in weblogic.security.spi that implement NestedThrowable
 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 SecuritySpiException
          The SecuritySpiException exception is the base interface implemented by all security provider exceptions.

 

Uses of NestedThrowable in weblogic.transaction

 

Classes in weblogic.transaction that implement NestedThrowable
 class RollbackException
          This class extends javax.transaction.RollbackException and preserves the original reason for a rollback by reporting the application-supplied rollback reason.

 

Uses of NestedThrowable in weblogic.utils

 

Classes in weblogic.utils that implement NestedThrowable
 class NestedException
           
 class NestedRuntimeException
          Deprecated. use JDK 1.4 style nested throwables where possible.

 

Methods in weblogic.utils with parameters of type NestedThrowable
static void NestedThrowable.Util.printStackTrace(NestedThrowable nt, PrintStream s)
          Prints the stack trace associated with this exception and its nested exception.
static void NestedThrowable.Util.printStackTrace(NestedThrowable nt, PrintWriter w)
          Prints the stack trace associated with this exception and its nested exception.
static String NestedThrowable.Util.toString(NestedThrowable nt)
          Prints the exception message and its nested exception message.

 

Uses of NestedThrowable in weblogic.xml.schema.binding

 

Classes in weblogic.xml.schema.binding that implement NestedThrowable
 class DeserializationException
          A DeserializationException is thrown if an error occurs during deserializtion.
 class SerializationException
          A SerializationException is thrown if an error occurs during serializtion.

 

Uses of NestedThrowable in weblogic.xml.security

 

Classes in weblogic.xml.security that implement NestedThrowable
 class InvalidSecurityException
          Deprecated. please use new WS Security API
 class SecurityConfigurationException
          Deprecated. please use new WS Security API
 class SecurityProcessingException
          Deprecated. please use new WS Security API

 

Uses of NestedThrowable in weblogic.xml.security.encryption

 

Classes in weblogic.xml.security.encryption that implement NestedThrowable
 class EncryptionException
           

 

Uses of NestedThrowable in weblogic.xml.security.keyinfo

 

Classes in weblogic.xml.security.keyinfo that implement NestedThrowable
 class KeyResolverException
           

 

Uses of NestedThrowable in weblogic.xml.security.signature

 

Classes in weblogic.xml.security.signature that implement NestedThrowable
 class XMLSignatureException
           

 

Uses of NestedThrowable in weblogic.xml.security.transforms

 

Classes in weblogic.xml.security.transforms that implement NestedThrowable
 class IncompatibleTransformException
           
 class TransformException
           

 

Uses of NestedThrowable in weblogic.xml.security.utils

 

Classes in weblogic.xml.security.utils that implement NestedThrowable
 class XMLSecurityException
           
 class XMLWriterRuntimeException
           

 

Uses of NestedThrowable in weblogic.xml.stream

 

Classes in weblogic.xml.stream that implement NestedThrowable
 class XMLStreamException
          Deprecated. please use java standard StAX api

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09