Class JdmpviewInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.jvm.dtfjview.JdmpviewInitException
- All Implemented Interfaces:
 Serializable
Indicates that jdmpview failed to initialize
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJdmpviewInitException(int exitCode) JdmpviewInitException(int exitCode, String msg) JdmpviewInitException(int exitCode, String msg, Throwable e) JdmpviewInitException(int exitCode, Throwable e)  - 
Method Summary
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
JdmpviewInitException
public JdmpviewInitException(int exitCode)  - 
JdmpviewInitException
 - 
JdmpviewInitException
 - 
JdmpviewInitException
 
 - 
 - 
Method Details
- 
getExitCode
public int getExitCode() 
 -