Class ServiceNotFoundException

All Implemented Interfaces:
Serializable

public class ServiceNotFoundException extends ServiceInvocationException
Thrown if the service has not been found.
See Also:
  • Constructor Details

    • ServiceNotFoundException

      public ServiceNotFoundException()
    • ServiceNotFoundException

      public ServiceNotFoundException(String message)
    • ServiceNotFoundException

      public ServiceNotFoundException(Throwable cause)
    • ServiceNotFoundException

      public ServiceNotFoundException(String message, Throwable cause)