public class InvalidPropertyException extends FatalESException
| Constructor and Description |
|---|
InvalidPropertyException()
Default constructor.
|
InvalidPropertyException(String message)
Default constructor.
|
InvalidPropertyException(String message,
Throwable cause)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPropertyException()
public InvalidPropertyException(String message, Throwable cause)
message - the messagecause - underlying exceptionpublic InvalidPropertyException(String message)
message - the messageCopyright © 2017. All rights reserved.