Class IllegalExternalPropertyReferenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xebialabs.deployit.service.externalproperties.IllegalExternalPropertyReferenceException
All Implemented Interfaces:
Serializable

public class IllegalExternalPropertyReferenceException extends Exception
Exception that indicates that the ExternalPropertiesResolver would not resolve the property.
See Also:
  • Constructor Details

    • IllegalExternalPropertyReferenceException

      public IllegalExternalPropertyReferenceException()
    • IllegalExternalPropertyReferenceException

      public IllegalExternalPropertyReferenceException(String message)
    • IllegalExternalPropertyReferenceException

      public IllegalExternalPropertyReferenceException(String message, Throwable cause)
    • IllegalExternalPropertyReferenceException

      public IllegalExternalPropertyReferenceException(Throwable cause)