Class GuestOSInfoRetrievalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.virtualization.management.GuestOSInfoRetrievalException
All Implemented Interfaces:
Serializable

public class GuestOSInfoRetrievalException extends Exception
This exception class is thrown when retrieving Guest (Virtual Machine(VM)/Logical Partition(LPAR)) usage statistics fails. It could be trying to retrieve either GuestOSProcessorUsage or GuestOSMemoryUsage. 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:
  • Constructor Details

    • GuestOSInfoRetrievalException

      public GuestOSInfoRetrievalException(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 sampling Guest usage statistics.