org.jinterop.dcom.common
Class JIRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jinterop.dcom.common.JIRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public final class JIRuntimeException
- extends java.lang.RuntimeException
Framework Internal class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JIRuntimeException
public JIRuntimeException(int hresult)
JIRuntimeException
public JIRuntimeException(int hresult,
java.lang.Object[] parameters)
getHResult
public int getHResult()
getParameters
public java.lang.Object[] getParameters()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable