public class NoAudioHardwareException extends ExternalException
Constructor and Description |
---|
NoAudioHardwareException()
Initializes a new instance of this class.
|
NoAudioHardwareException(java.lang.String message)
Initializes a new instance of this class with a specified error message.
|
NoAudioHardwareException(java.lang.String message,
java.lang.RuntimeException innerException)
Initializes a new instance of this class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
getErrorCode
public NoAudioHardwareException()
public NoAudioHardwareException(java.lang.String message)
message
- A message that describes the error.public NoAudioHardwareException(java.lang.String message, java.lang.RuntimeException innerException)
message
- A message that describes the error.innerException
- The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.