Module jdk.management
Class HypervisorInfoRetrievalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.virtualization.management.HypervisorInfoRetrievalException
-
- All Implemented Interfaces:
Serializable
public class HypervisorInfoRetrievalException extends Exception
This exception class is thrown when retrieving Hypervisor information fails. For exact cause one needs to inspect the exception string message capturing the details by calling the toString() method.- Since:
- 1.7.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HypervisorInfoRetrievalException(String errMsg)
Constructor for the exception class that takes a message string describing the exact nature of the exception.
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HypervisorInfoRetrievalException
public HypervisorInfoRetrievalException(String errMsg)
Constructor for the exception class that takes a message string describing the exact nature of the exception.- Parameters:
errMsg
- The string that describes the exact nature of the exception that occurred while retrieving Hypervisor info.
-
-