public final class LogServiceException extends RuntimeExceptionLog 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 | |
|---|---|
| Name | Description |
errorDetail |
Nullable StringLog service error detail. |
LogServiceException(@Nullable String errorDetail, Throwable cause)
public LogServiceException(@Nullable String errorDetail, Throwable cause)| Parameters | |
|---|---|
| Name | Description |
errorDetail |
Nullable String |
cause |
Throwable |