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:
  • Constructor Details

    • CircularServiceCallException

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

    • getServiceCallName

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