Class UnknownRestServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.communication.exception.CommunicationEngineException
com.aquima.interactions.communication.exception.UnknownRestServiceException
- All Implemented Interfaces:
Serializable
This exception is used to indicate a rest service could not be found for a specific name.
- Since:
- 9.0
- Author:
- Jon van Leuven
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the exception with the name of the unknown rest service. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the unknown rest service.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownRestServiceException
Constructs the exception with the name of the unknown rest service.- Parameters:
name
- The name of the unknown service.
-
-
Method Details
-
getRestServiceName
This method returns the name of the unknown rest service.- Returns:
- The name of the unknown rest service.
-