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