Class VideoException

All Implemented Interfaces:
Serializable

public class VideoException extends RuntimeException
An exception raised by the camera server.
See Also:
  • Constructor Details

    • VideoException

      public VideoException(String msg)
      Constructs the exception with the given message.
      Parameters:
      msg - The exception message.