Class CircularServiceCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.portal.exception.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 Summary
Constructors Constructor Description CircularServiceCallException​(String serviceCallName)
Constructs the exception with the value reference that caused the error.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getServiceCallName()
This method returns the service call name for the service that caused the exception.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-