Package org.red5.server.service
Class ServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.red5.server.service.ServiceNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
Modifier and TypeFieldDescriptionprivate static final long
private String
Name of service that doesn't exist. -
Constructor Summary
ConstructorDescriptionServiceNotFoundException
(String serviceName) Creates new exception with service name -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the service that doesn't exist.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
serviceName
Name of service that doesn't exist.
-
-
Constructor Details
-
ServiceNotFoundException
Creates new exception with service name- Parameters:
serviceName
- Name of service that couldn't been found
-
-
Method Details
-
getServiceName
Get the name of the service that doesn't exist.- Returns:
- name of the service
-