Class UnknownServiceException

All Implemented Interfaces:
Serializable

public class UnknownServiceException extends ServiceException
Indicates that an unknown service was requested from the registry.
See Also:
  • Field Details

    • serviceRole

      public final Class serviceRole
  • Constructor Details

    • UnknownServiceException

      public UnknownServiceException(Class serviceRole)
  • Method Details

    • getServiceRole

      public Class getServiceRole()