Class ServiceNotFoundException

All Implemented Interfaces:
Serializable

public class ServiceNotFoundException extends RuntimeException
Thrown when service can't be found thus remote call throws an exception
Author:
The Red5 Project, Luke Hubbard, Codegent Ltd (luke@codegent.com)
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • serviceName

      private String serviceName
      Name of service that doesn't exist.
  • Constructor Details

    • ServiceNotFoundException

      public ServiceNotFoundException(String serviceName)
      Creates new exception with service name
      Parameters:
      serviceName - Name of service that couldn't been found
  • Method Details

    • getServiceName

      public String getServiceName()
      Get the name of the service that doesn't exist.
      Returns:
      name of the service