public class WmiException extends Exception
WmiManager
system.Constructor and Description |
---|
WmiException()
Constructor.
|
WmiException(String message)
Constructor, sets the message pertaining to the exception problem.
|
WmiException(String message,
Throwable cause)
Constructor, sets the message pertaining to the exception problem and
the root cause exception (if applicable.)
|
WmiException(Throwable cause)
Constructor, sets the exception that caused this exception to be
generated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WmiException()
public WmiException(String message)
message
- the message pertaining to the exception problem.public WmiException(String message, Throwable cause)
message
- the message pertaining to the exception problem.cause
- the exception that caused this exception to be generated.public WmiException(Throwable cause)
cause
- the exception that caused this exception to be generated.Copyright © 2021. All rights reserved.