public class AdapterDestroyedException
extends java.lang.Exception
| Constructor and Description |
|---|
AdapterDestroyedException(ObjectAdapter adapter,
byte[] aid)
Create new AdapterDestroyedException.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAdapterID()
Adapter ID of the adapter being destroyed.
|
ObjectAdapter |
getObjectAdapter()
Object adapter which is currently in the process of being destroyed
|
public AdapterDestroyedException(ObjectAdapter adapter, byte[] aid)
public ObjectAdapter getObjectAdapter()
public byte[] getAdapterID()