public class ServiceNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ServiceNotFoundException()
Creates a new exception with no message.
|
ServiceNotFoundException(String message)
Creates a new exception with the supplied message.
|
ServiceNotFoundException(String message,
Throwable cause)
Creates a new exception with the supplied message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceNotFoundException()
public ServiceNotFoundException(String message)
message - error message