Package de.espirit.firstspirit.access
Class ServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.common.UncheckedException
de.espirit.firstspirit.access.AccessRuntimeException
de.espirit.firstspirit.access.ServiceNotFoundException
- All Implemented Interfaces:
LocalizableError
,Serializable
This exception is thrown if an service is requested
Connection.getService(String)
which doesn't exists on the server or is not running.- Since:
- 4.0.20
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the service which wasn't reachable on the serverMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceNotFoundException
public ServiceNotFoundException()
-
-
Method Details
-
getServiceName
Returns the name of the service which wasn't reachable on the server- Returns:
- The service's name.
- Since:
- 4.0.20
-