AudioOutputProvider.InitializationException


public final class AudioOutputProvider.InitializationException extends Exception


Thrown when a failure occurs initializing the output.

Summary

Public constructors

Creates a new initialization exception with the specified cause.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

InitializationException

public InitializationException(@Nullable Throwable cause)

Creates a new initialization exception with the specified cause.