org.apache.avalon.framework.availability
public class UnavailableException extends RuntimeException
Since: 4.5
Version: $Id$
Field Summary | |
---|---|
String | m_Key |
Constructor Summary | |
---|---|
UnavailableException(String message, String key) Constructor. |
Method Summary | |
---|---|
String | getLookupKey() Returns the key to the component that is no longer available.
|
Parameters: message The non-localized message to be embedded into the exception. key The key that the caller used to lookup the component with.