public class ServiceNotFoundException
extends org.jlog2.exception.WriteMessageException
| Constructor and Description |
|---|
ServiceNotFoundException(java.lang.String message)
Create a new instance of ServiceNotFoundException.
|
ServiceNotFoundException(java.lang.String message,
boolean thisUseOnce)
Create a new instance of ServiceNotFoundException.
|
public ServiceNotFoundException(java.lang.String message)
message - the error message.public ServiceNotFoundException(java.lang.String message,
boolean thisUseOnce)
message - the error message.thisUseOnce - if true pass through the logger only once, if false, then pass
through the logger each time.