public class ServiceNotFoundException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ServiceNotFoundException()
Creates a new exception with no message.
|
ServiceNotFoundException(java.lang.String message)
Creates a new exception with the supplied message.
|
ServiceNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the supplied message and cause.
|
public ServiceNotFoundException()
public ServiceNotFoundException(java.lang.String message)
message - error messagepublic ServiceNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - error messagecause - cause of the error