Class ServerAlreadyInRecordModeException

All Implemented Interfaces:
Serializable

public class ServerAlreadyInRecordModeException extends GeneralLeanFtException
The exception that is thrown when a start record request is received while a recording session is already in progress.
See Also:
  • Constructor Details

    • ServerAlreadyInRecordModeException

      public ServerAlreadyInRecordModeException()
      Constructs a new ServerAlreadyInRecordModeException.
    • ServerAlreadyInRecordModeException

      public ServerAlreadyInRecordModeException(String message)
      Constructs a new ServerAlreadyInRecordModeException with the specified detail message.
      Parameters:
      message - the detail message.
    • ServerAlreadyInRecordModeException

      public ServerAlreadyInRecordModeException(int errorCode, String message)
      Constructs a new ServerAlreadyInRecordModeException with the specified detail message and error code.
      Parameters:
      errorCode - the error code representing the error that occurred.
      message - the detail message.