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