@PublicApi
public interface MessageHandlerErrorCollector
Modifier and Type | Method and Description |
---|---|
void |
error(String error)
Report an error.
|
void |
error(String error,
Throwable e)
Report an error.
|
void |
info(String info)
Report valuable information for JIRA admin
|
void |
info(String info,
Throwable e)
Report valuable information for JIRA admin
|
void |
warning(String warning)
Report a warning
|
void |
warning(String warning,
Throwable e)
Report a warning
|
void error(String error, @Nullable Throwable e)
error
- a serious problem which usually makes further handling of given message pointlesse
- associated throwable or null
void error(String error)
error
- a serious problem which usually makes further handling of given message pointlessvoid warning(String warning)
warning
- a warning, but nothing critical for the handlervoid warning(String warning, @Nullable Throwable e)
warning
- a warning, but nothing critical for the handlere
- associated throwable or null
void info(String info)
info
- information message (something expected, OK, normal)Copyright © 2002-2021 Atlassian. All Rights Reserved.