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

Part Number E27170-01

weblogic.utils
Interface NestedThrowable

All Known Implementing Classes:
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, ProviderDecisionException, RecordingException, RemoveException, ResourceCreationException, ResourceCreationException, ResourceException, ResourceNotFoundException, ResourceRemovalException, ResourceRemovalException, RoleCreationException, RoleCreationException, RoleNotFoundException, 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
 Throwable getNested()
          Deprecated. Get the nested Throwable.
 void superPrintStackTrace(PrintStream ps)
          Deprecated. Call super.printStackTrace().
 void superPrintStackTrace(PrintWriter po)
          Deprecated. Call super.printStackTrace().
 String superToString()
          Deprecated. Call super.toString().
 

Method Detail

getNested

Throwable getNested()
Deprecated. 
Get the nested Throwable.


superToString

String superToString()
Deprecated. 
Call super.toString(). [Kludge but necessary.]


superPrintStackTrace

void superPrintStackTrace(PrintStream ps)
Deprecated. 
Call super.printStackTrace(). [Kludge but necessary.]


superPrintStackTrace

void superPrintStackTrace(PrintWriter po)
Deprecated. 
Call super.printStackTrace(). [Kludge but necessary.]


Copyright 1996, 2013, 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.2)

Part Number E27170-01