public class UnavailableException
extends java.lang.RuntimeException
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.String |
m_Key |
| Constructor | Description |
|---|---|
UnavailableException(java.lang.String message,
java.lang.String key) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLookupKey() |
Returns the key to the component that is no longer available.
|