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, Coordinator.CoordinatorException, Enabler.InitException, Enabler.ShutDownException, EnablerSession.InitException, EnablerSession.ShutDownException, ManagementException, MessageDeliveryException, ModificationException, PlugInException, SecurityException, WLPIException, WLPINoActiveTemplateException, 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 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.