public class PropertyException extends RuntimeException
Thrown when there is an issue related to a property set in the configuration for this library.
| Constructor and Description |
|---|
PropertyException(String message)
Public constructor.
|
PropertyException(String message,
Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyException(String message, Throwable cause)
message - The reason for this exception.cause - The exception that caused this one.public PropertyException(String message)
message - The reason for this exception.Copyright © 2022. All rights reserved.