Module openj9.jvm
Package com.ibm.jvm

Class DumpConfigurationUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class DumpConfigurationUnavailableException
    extends Exception
    This exception is thrown when the dump configuration cannot be updated through the methods on com.ibm.jvm.Dump because it is in use. This is usually because a dump is in progress and the configuration is locked. A dump may take some time to complete so this exception is thrown instead of blocking the calling thread indefinitely.
    See Also:
    Serialized Form
    • Constructor Detail

      • DumpConfigurationUnavailableException

        public DumpConfigurationUnavailableException​(String message)
      • DumpConfigurationUnavailableException

        public DumpConfigurationUnavailableException​(Throwable cause)
        Parameters:
        cause - root exception