public abstract class AudioDecoderException
extends java.lang.Exception
| Constructor and Description |
|---|
AudioDecoderException(java.lang.String detailMessage) |
AudioDecoderException(java.lang.String detailMessage,
java.lang.Throwable cause) |
public AudioDecoderException(java.lang.String detailMessage)
detailMessage - The detail message for this exception.public AudioDecoderException(java.lang.String detailMessage,
java.lang.Throwable cause)
detailMessage - The detail message for this exception.cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)