public class ServiceException
extends org.jlog2.exception.WriteMessageException
| Constructor and Description |
|---|
ServiceException(java.lang.String message)
Create a new instance of ServiceException.
|
ServiceException(java.lang.String message,
boolean thisUseOnce)
Create a new instance of ServiceException.
|
public ServiceException(java.lang.String message)
message - the error message.public ServiceException(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.