Class PropertyException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The serialVersionUID
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertyException

        public PropertyException​(java.lang.String msg)
        Construct a PropertyException with the specified detail message.
        Parameters:
        msg - Detail message.
      • PropertyException

        public PropertyException​(java.lang.String msg,
                                 java.lang.Throwable nested)
        Construct a PropertyException with the specified detail message and nested Throwable.
        Parameters:
        msg - Detail message.
        nested - Nested Throwable.
      • PropertyException

        public PropertyException​(java.lang.Throwable nested)
        Construct a PropertyException with the specified nested Throwable.
        Parameters:
        nested - Nested Throwable.
      • PropertyException

        public PropertyException()
        Construct a PropertyException with no detail.