org.jinterop.dcom.common
Class JIRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
JIRuntimeException(int hresult)
           
JIRuntimeException(int hresult, java.lang.Object[] parameters)
           
 
Method Summary
 int getHResult()
           
 java.lang.String getMessage()
           
 java.lang.Object[] getParameters()
           
 
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
 

Constructor Detail

JIRuntimeException

public JIRuntimeException(int hresult)

JIRuntimeException

public JIRuntimeException(int hresult,
                          java.lang.Object[] parameters)
Method Detail

getHResult

public int getHResult()

getParameters

public java.lang.Object[] getParameters()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable