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:
de.espirit.common.LocalizableError, Serializable

public class ServiceNotFoundException extends AccessRuntimeException
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 Details

    • ServiceNotFoundException

      public ServiceNotFoundException()
  • Method Details

    • getServiceName

      public String getServiceName()
      Returns the name of the service which wasn't reachable on the server
      Returns:
      The service's name.
      Since:
      4.0.20