public class PropertyLoaderException
extends java.lang.RuntimeException
Constructor and Description |
---|
PropertyLoaderException(java.lang.String message)
Build with an English developer locale
|
PropertyLoaderException(java.lang.String message,
java.lang.Throwable cause)
Build with the given developer locale
|
public PropertyLoaderException(java.lang.String message, java.lang.Throwable cause)
message
- the message stringcause
- the causepublic PropertyLoaderException(java.lang.String message)
message
- the message string