public class PropertyLookupException
extends java.lang.RuntimeException
Constructor and Description |
---|
PropertyLookupException(java.lang.String msg)
Constructor
|
PropertyLookupException(java.lang.String msg,
java.lang.Throwable exception)
Constructor
|
public PropertyLookupException(java.lang.String msg, java.lang.Throwable exception)
msg
- Exception messageexception
- Exception cause.public PropertyLookupException(java.lang.String msg)
msg
- Exception message.