RecordingFailedException

  • The RecordingFailedException is a public class thrown when recording fails.

  • This class has two public constructors, one with no arguments and one that accepts a String message.

  • It inherits various methods from the java.lang.Throwable and java.lang.Object classes.

public class RecordingFailedException

Thrown when recording failed.

Public Constructors

Inherited Methods

Public Constructors

RecordingFailedException

public RecordingFailedException()

RecordingFailedException

public RecordingFailedException(
  String message
)

Details
Parameters
message