Class WmiException

    • Constructor Detail

      • WmiException

        public WmiException()
        Constructor.
      • WmiException

        public WmiException​(String message)
        Constructor, sets the message pertaining to the exception problem.
        Parameters:
        message - the message pertaining to the exception problem.
      • WmiException

        public WmiException​(String message,
                            Throwable cause)
        Constructor, sets the message pertaining to the exception problem and the root cause exception (if applicable.)
        Parameters:
        message - the message pertaining to the exception problem.
        cause - the exception that caused this exception to be generated.
      • WmiException

        public WmiException​(Throwable cause)
        Constructor, sets the exception that caused this exception to be generated.
        Parameters:
        cause - the exception that caused this exception to be generated.