public class AudioDecoderException
extends java.lang.Exception
| Constructor and Description |
|---|
AudioDecoderException(java.lang.String message) |
AudioDecoderException(java.lang.String message,
java.lang.Throwable cause) |
public AudioDecoderException(java.lang.String message)
message - The detail message for this exception.public AudioDecoderException(java.lang.String message,
java.lang.Throwable cause)
message - 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.