public class IgnoreErrorConfigImpl extends java.lang.Object implements IgnoreErrorConfig
| Constructor and Description |
|---|
IgnoreErrorConfigImpl(java.lang.String exceptionClassName,
java.lang.String exceptionMessage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getErrorClass()
Returns the fully qualified class name of an exception that should be ignored.
|
java.lang.String |
getErrorMessage()
Returns the optional string that represents the error message for the exception class name above.
|
int |
hashCode() |
public IgnoreErrorConfigImpl(java.lang.String exceptionClassName,
java.lang.String exceptionMessage)
public java.lang.String getErrorClass()
IgnoreErrorConfigcom.newrelic.exceptions.IgnoredException
getErrorClass in interface IgnoreErrorConfigpublic java.lang.String getErrorMessage()
IgnoreErrorConfiggetErrorMessage in interface IgnoreErrorConfigpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object