Class InvalidWebServiceException
- 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.InvalidWebServiceException
-
- All Implemented Interfaces:
Serializable
public final class InvalidWebServiceException extends CommunicationEngineException
This exception is used to indicate a service definition could not be found for a specific name.- Since:
- 9.0
- Author:
- Jon van Leuven
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidWebServiceException​(String name)
Constructs the exception with the name of the unknown service.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getWebServiceName()
This method returns the name of the unknown service.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidWebServiceException
public InvalidWebServiceException​(String name)
Constructs the exception with the name of the unknown service.- Parameters:
name
- The name of the unknown service.
-
-
Method Detail
-
getWebServiceName
public String getWebServiceName()
This method returns the name of the unknown service.- Returns:
- The name of the unknown service.
-
-