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


weblogic.utils
Interface NestedThrowable

All Known Implementing Classes:
ActivateConflictException, AlreadyExistsException, ApplicationRemovalException, ApplicationVersionCreationException, ApplicationVersionRemovalException, ConfigurationException, ConnectDeadException, ConnectDisabledException, ConsumptionException, CreateException, DeferredDeploymentException, DeployHandleCreationException, DeployHandleCreationException, DeploymentException, DeserializationException, DistributedAttributeUpdateException, DistributedManagementException, DistributedOperationUpdateException, DistributedUpdateException, EditException, EditTimedOutException, EncryptionException, EncryptionServiceException, IncompatibleTransformException, InvalidCursorException, InvalidParameterException, InvalidParameterException, InvalidPredicateException, InvalidSecurityException, JDBCConnectionServiceException, KeyResolverException, ManagementException, MBeanCreationException, MigrationException, NestedException, NestedRuntimeException, NoAccessRuntimeException, NotEditorException, NotFoundException, OutOfDateConfigurationException, RecordingException, RemoveException, ResourceCreationException, ResourceCreationException, ResourceException, ResourceRemovalException, ResourceRemovalException, RoleCreationException, RoleCreationException, RoleRemovalException, RoleRemovalException, RollbackException, SecurityConfigurationException, SecurityInitializationException, SecurityProcessingException, SecurityServiceException, SecurityServiceRuntimeException, SecuritySpiException, SerializationException, TransformException, UndeploymentException, ValidationException, XMLSecurityException, XMLSignatureException, XMLStreamException, XMLWriterRuntimeException

Deprecated. use JDK 1.4 style nested throwables where possible.

public interface NestedThrowable

The interface implemented by NestedException, NestedError, and NestedRuntimeException largely so Util can provide a standard implementation of toString() and printStackTrace()


Nested Class Summary
static class NestedThrowable.Util
          Deprecated.  

 

Method Summary
abstract  Throwable getNested()
          Deprecated.  
abstract  void superPrintStackTrace(PrintStream ps)
          Deprecated.  
abstract  void superPrintStackTrace(PrintWriter po)
          Deprecated.  
abstract  String superToString()
          Deprecated.  

 

Method Detail

getNested

Throwable getNested()
Deprecated. 

superToString

String superToString()
Deprecated. 

superPrintStackTrace

void superPrintStackTrace(PrintStream ps)
Deprecated. 

superPrintStackTrace

void superPrintStackTrace(PrintWriter po)
Deprecated. 

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