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