34package com.jogamp.openal;
39@SuppressWarnings(
"serial")
54 public ALException(
final String message,
final Throwable cause) {
55 super(message, cause);
A generic exception for OpenAL errors used throughout the binding as a substitute for RuntimeExceptio...
ALException(final String message)
Constructs an ALException object with the specified detail message.
ALException(final Throwable cause)
Constructs an ALException object with the specified root cause.
ALException()
Constructs an ALException object.
ALException(final String message, final Throwable cause)
Constructs an ALException object with the specified detail message and root cause.