- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.jvm.InvalidDumpOptionException
-
- All Implemented Interfaces:
Serializable
public class InvalidDumpOptionException extends Exception
This exception is thrown when an invalid option is passed to methods on the com.ibm.jvm.Dump class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDumpOptionException(String message)
InvalidDumpOptionException(Throwable cause)
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-