Class LogServiceException

  • All Implemented Interfaces:
    Serializable

    public final class LogServiceException
    extends RuntimeException
    Log errors apart from InvalidRequestException. These errors will generally benefit from retrying the operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • LogServiceException

        public LogServiceException​(@Nullable String errorDetail)
        Constructs a new LogServiceException with an error message.
        Parameters:
        errorDetail - Log service error detail.
      • LogServiceException

        public LogServiceException​(@Nullable String errorDetail,
                                   Throwable cause)