Class CircularServiceCallException

  • All Implemented Interfaces:
    Serializable

    public class CircularServiceCallException
    extends AppException
    Exception used to indicate a circular service call has been detected.
    Since:
    6.4
    Author:
    Jon van Leuven
    See Also:
    Serialized Form
    • Constructor Detail

      • CircularServiceCallException

        public CircularServiceCallException​(String serviceCallName)
        Constructs the exception with the value reference that caused the error.
        Parameters:
        serviceCallName - The service call name
    • Method Detail

      • getServiceCallName

        public String getServiceCallName()
        This method returns the service call name for the service that caused the exception.
        Returns:
        the service call name.