public class PropertiesException
extends java.lang.RuntimeException
Constructor and Description |
---|
PropertiesException()
Constructs a ApplicationException with null as its error detail message.
|
PropertiesException(java.lang.String aMessage)
Construct a PropertiesException with the specified detail message.
|
public PropertiesException()
public PropertiesException(java.lang.String aMessage)
aMessage
- The detail message.