Class MemoryUsageRetrievalException

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

public class MemoryUsageRetrievalException extends Exception
Exception class whose instance is thrown when Memory usage sampling 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:
  • Constructor Details

    • MemoryUsageRetrievalException

      public MemoryUsageRetrievalException(String msg)
      Constructor for the exception class that takes a message string describing the exact nature of the exception.
      Parameters:
      msg - The string that describes the exact nature of the exception that occurred while sampling memory usage statistics.