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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceNotFoundException(String serviceName)
serviceName - Name of service that couldn't been foundpublic String getServiceName()
Copyright © 2005–2017 Red5. All rights reserved.