Class InvalidDumpOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.jvm.InvalidDumpOptionException
- All Implemented Interfaces:
 Serializable
This exception is thrown when an invalid option is passed
to methods on the com.ibm.jvm.Dump class.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidDumpOptionException
- Parameters:
 message- description of error
 - 
InvalidDumpOptionException
- Parameters:
 cause- root exception
 
 -