com.beasys.BEAWrapper
Class ObjectAlreadyActive

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.BEAWrapper.ObjectAlreadyActive

public final class ObjectAlreadyActive
extends java.lang.Exception

The stringified object ID is already being used for a callback. A given object ID can have only one servant associated with it. If you want to change to a different servant, you must first invoke the stop_object method with the servant currently in use.

See Also:
Serialized Form

Constructor Summary
ObjectAlreadyActive()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectAlreadyActive

public ObjectAlreadyActive()