Removed unused constructor

PiperOrigin-RevId: 688960856
(cherry picked from commit 21526588be691c5459bb5ade31b23f217eb4e7ea)
This commit is contained in:
tonihei 2024-10-23 07:46:55 -07:00 committed by Iván Budnik
parent bc7c901969
commit a44079b516

View File

@ -149,10 +149,6 @@ import java.util.concurrent.TimeoutException;
private ConversionException(String message) { private ConversionException(String message) {
super(message); super(message);
} }
private ConversionException(String message, Throwable cause) {
super(message, cause);
}
} }
/** Converts {@link PlaybackStateCompat} to {@link PlaybackException}. */ /** Converts {@link PlaybackStateCompat} to {@link PlaybackException}. */