Class PropertyException

  • All Implemented Interfaces:
    Serializable

    public class PropertyException
    extends RuntimeException

    Thrown when there is an issue related to a property set in the configuration for this library.

    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyException

        public PropertyException​(String message,
                                 Throwable cause)
        Public constructor.
        Parameters:
        message - The reason for this exception.
        cause - The exception that caused this one.
      • PropertyException

        public PropertyException​(String message)
        Public constructor.
        Parameters:
        message - The reason for this exception.