WebLogic Integration


com.bea.b2b
Class B2BException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.b2b.B2BException
Direct Known Subclasses:
Collaborator.DisableException, Collaborator.LeaveCSpaceException, Conversation.ConversationException, com.bea.b2b.protocol.conversation.Coordinator.CoordinatorException, CXMLHttpStatusException, CXMLManagerException, DuplicateMessageException, Enabler.InitException, Enabler.ShutDownException, EnablerSession.InitException, EnablerSession.ShutDownException, LwcMailboxException, ManagementException, MessageDeliveryException, ModificationException, PlugInException, SecurityException, WLPIException, WLPINoActiveTemplateException, XOCPApplication.InitException, XOCPApplication.ShutDownException, XOCPApplicationSession.CreateException, XOCPApplicationSession.InitException, XOCPApplicationSession.RegisterException, XOCPApplicationSession.ShutDownException, XOCPEnablerSession.CreateException, XOCPEnablerSession.RegisterException

public class B2BException
extends java.lang.Exception
implements com.bea.b2b.ExceptionChain, java.io.Serializable

The B2BException class represents the base exception. It also helps retrieve nested exceptions.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable nested
           
protected  java.lang.String stackTrace
           
 
Method Summary
 java.lang.Throwable getNestedException()
          Gets the nested exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nested

protected transient java.lang.Throwable nested

stackTrace

protected transient java.lang.String stackTrace
Method Detail

getNestedException

public final java.lang.Throwable getNestedException()
Gets the nested exception.
Specified by:
getNestedException in interface com.bea.b2b.ExceptionChain

Returns:
Nested exception, or null if no nested exception is available.

WebLogic Integration

WebLogic Integration (WLI)