public interface LoggableException
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNodeName()
Gets the node name associated with this error message
|
boolean |
logged()
Determines if this error has been logged yet.
|
void |
setLogged(boolean status)
Set the logged indicator so exceptions are only error logged once.
|
void |
setNodeName(java.lang.String nodeName)
Sets the node name associated with this error message
|
java.lang.String getNodeName()
boolean logged()
true
if the message has been written to the error.log.void setLogged(boolean status)
status
- Indicates whether this exception has been logged or notvoid setNodeName(java.lang.String nodeName)
nodeName
- The name of the node experiencing this error.
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.