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