Class DumpConfigurationUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.jvm.DumpConfigurationUnavailableException
- All Implemented Interfaces:
 Serializable
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:
 
- 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DumpConfigurationUnavailableException
 - 
DumpConfigurationUnavailableException
- Parameters:
 cause- root exception
 
 -