public class InvalidPropetiesException extends Exception
| Constructor and Description |
|---|
InvalidPropetiesException()
Instantiates a new invalid propeties exception.
|
InvalidPropetiesException(String message)
Instantiates a new invalid propeties exception.
|
InvalidPropetiesException(String message,
Throwable cause)
Instantiates a new invalid propeties exception.
|
InvalidPropetiesException(Throwable cause)
Instantiates a new invalid propeties exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPropetiesException()
public InvalidPropetiesException(String message)
message - the messagepublic InvalidPropetiesException(String message, Throwable cause)
message - the messagecause - the causepublic InvalidPropetiesException(Throwable cause)
cause - the causeCopyright © 2015–2016 eGovernments Foundation. All rights reserved.