public class AudioException extends java.lang.Exception
| Constructor and Description |
|---|
AudioException(java.lang.String message)
Constructs a new
AudioException. |
AudioException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
AudioException. |
AudioException(java.lang.Throwable cause)
Constructs a new
AudioException. |
public AudioException(java.lang.String message, java.lang.Throwable cause)
AudioException.message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).public AudioException(java.lang.String message)
AudioException.message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).public AudioException(java.lang.Throwable cause)
AudioException.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).