public final class CommonsLogMessageConstant extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_64_EXCEPTION
Message notifies that base64 encoding or decoding failed.
|
static String |
INVALID_STATISTICS_NAME
Message notifies that an invalid statistics name was received, because there is no aggregator for it.
|
static String |
LOCAL_FILE_COMPRESSION_FAILED
Message notifies that files archiving operation failed.
|
static String |
RATIO_IS_HIGHLY_SUSPICIOUS
Message notifies that archive is suspicious to be a zip bomb due to large ratio between the compressed and
uncompressed archive entry.
|
static String |
TOO_MUCH_ENTRIES_IN_ARCHIVE
Message notifies that archive is suspicious to be a zip bomb because the number of file entries extracted from
the archive is greater than a predefined threshold.
|
static String |
UNABLE_TO_DESERIALIZE_JSON
Message notifies that some exception has been thrown during json deserialization from object.
|
static String |
UNABLE_TO_SERIALIZE_OBJECT
Message notifies that some exception has been thrown during json serialization to object.
|
static String |
UNCOMPRESSED_DATA_SIZE_IS_TOO_MUCH
Message notifies that archive is suspicious to be a zip bomb due to large total size of the uncompressed data.
|
static String |
UNKNOWN_PLACEHOLDER_WAS_IGNORED
Message notifies that unknown placeholder was ignored during parsing of the producer line
format.
|
static String |
UNREPORTED_EVENT
Message warns that some event is at confirmation stage but it is not known.
|
public static final String BASE_64_EXCEPTION
public static final String INVALID_STATISTICS_NAME
public static final String LOCAL_FILE_COMPRESSION_FAILED
public static final String RATIO_IS_HIGHLY_SUSPICIOUS
public static final String TOO_MUCH_ENTRIES_IN_ARCHIVE
public static final String UNABLE_TO_DESERIALIZE_JSON
public static final String UNABLE_TO_SERIALIZE_OBJECT
public static final String UNCOMPRESSED_DATA_SIZE_IS_TOO_MUCH
public static final String UNKNOWN_PLACEHOLDER_WAS_IGNORED
public static final String UNREPORTED_EVENT
Copyright © 1998–2023 Apryse Group NV. All rights reserved.