Removed unused constructor

PiperOrigin-RevId: 688960856
This commit is contained in:
tonihei 2024-10-23 07:46:55 -07:00 committed by Copybara-Service
parent f11130d59e
commit 21526588be

View File

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