Class XvfbException

    • Constructor Detail

      • XvfbException

        public XvfbException()
        Constructs an instance.
      • XvfbException

        public XvfbException​(String message)
        Constructs an instance with the given message.
        Parameters:
        message - the message
      • XvfbException

        public XvfbException​(String message,
                             Throwable cause)
        Constructs an instance with the given message and cause.
        Parameters:
        message - the message
        cause - the cause
      • XvfbException

        public XvfbException​(Throwable cause)
        Constructs an instance with the given cause.
        Parameters:
        cause - the cause