BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.wsee.conversation
Class ConversationIdNotYetAvailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.wsee.conversation.ConversationIdNotYetAvailableException
All Implemented Interfaces:
Serializable

public class ConversationIdNotYetAvailableException
extends Exception

This exception is thrown when you try to get the conversation id on the stub while it's still waiting for the server to assign it the id.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
ConversationIdNotYetAvailableException(String s)
          Constructor.
ConversationIdNotYetAvailableException(String s, Throwable t)
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationIdNotYetAvailableException

public ConversationIdNotYetAvailableException(String s)
Constructor.


ConversationIdNotYetAvailableException

public ConversationIdNotYetAvailableException(String s,
                                              Throwable t)
Constructor


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.