public class

AudioStream.AudioStreamException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.camera.video.internal.audio.AudioStream.AudioStreamException

Overview

Represents any failure when accessing AudioStream.

Summary

Constructors
publicAudioStreamException()

Constructs the exception.

publicAudioStreamException(java.lang.String message)

Constructs the exception.

publicAudioStreamException(java.lang.String message, java.lang.Throwable cause)

Constructs the exception.

publicAudioStreamException(java.lang.Throwable cause)

Constructs the exception.

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public AudioStreamException()

Constructs the exception.

public AudioStreamException(java.lang.String message)

Constructs the exception.

Parameters:

message: the exception message.

public AudioStreamException(java.lang.String message, java.lang.Throwable cause)

Constructs the exception.

Parameters:

message: the exception message.
cause: the cause of this exception.

public AudioStreamException(java.lang.Throwable cause)

Constructs the exception.

Parameters:

cause: the cause of this exception.