Class InvalidVideoResourceException

    • Constructor Detail

      • InvalidVideoResourceException

        public InvalidVideoResourceException()
        Creates a new instance of InvalidVideoResourceException without detail message.
      • InvalidVideoResourceException

        public InvalidVideoResourceException​(String msg)
        Constructs an instance of InvalidVideoResourceException with the specified detail message.
        Parameters:
        msg - the detail message.
      • InvalidVideoResourceException

        public InvalidVideoResourceException​(Throwable cause)
        Constructs an instance of InvalidVideoResourceException with the specified cause.
        Parameters:
        cause - the cause.
      • InvalidVideoResourceException

        public InvalidVideoResourceException​(String msg,
                                             Throwable cause)
        Constructs an instance of InvalidVideoResourceException with the specified detail message and cause.
        Parameters:
        msg - the detail message.
        cause - the cause.