org.red5.server.service
public class ServiceNotFoundException extends RuntimeException
Constructor and Description |
---|
ServiceNotFoundException(String serviceName)
Creates new exception with service name
|
Modifier and Type | Method and Description |
---|---|
String |
getServiceName()
Get the name of the service that doesn't exist.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceNotFoundException(String serviceName)
serviceName
- Name of service that couldn't been foundpublic String getServiceName()
Copyright © 2006-2012 The Red5 Project