Class IllegalExternalPropertyReferenceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalExternalPropertyReferenceException
    extends java.lang.Exception
    Exception that indicates that the ExternalPropertiesResolver would not resolve the property.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalExternalPropertyReferenceException

        public IllegalExternalPropertyReferenceException()
      • IllegalExternalPropertyReferenceException

        public IllegalExternalPropertyReferenceException​(java.lang.String message)
      • IllegalExternalPropertyReferenceException

        public IllegalExternalPropertyReferenceException​(java.lang.String message,
                                                         java.lang.Throwable cause)
      • IllegalExternalPropertyReferenceException

        public IllegalExternalPropertyReferenceException​(java.lang.Throwable cause)