Exception LogServiceException (2.0.0)

public final class LogServiceException extends RuntimeException

Log errors apart from InvalidRequestException. These errors will generally benefit from retrying the operation.

Constructors

LogServiceException(@Nullable String errorDetail)

public LogServiceException(@Nullable String errorDetail)

Constructs a new LogServiceException with an error message.

Parameter
NameDescription
errorDetail@org.checkerframework.checker.nullness.qual.Nullable java.lang.String

Log service error detail.

LogServiceException(@Nullable String errorDetail, Throwable cause)

public LogServiceException(@Nullable String errorDetail, Throwable cause)
Parameters
NameDescription
errorDetail@org.checkerframework.checker.nullness.qual.Nullable java.lang.String
causeThrowable