org.jinterop.dcom.impls.automation
Class JIAutomationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jinterop.dcom.common.JIException
              extended by org.jinterop.dcom.impls.automation.JIAutomationException
All Implemented Interfaces:
java.io.Serializable

public final class JIAutomationException
extends JIException

Class for signifying Automation related exceptions.

Since:
2.01
See Also:
Serialized Form

Constructor Summary
JIAutomationException(JIException e)
           
 
Method Summary
 JIExcepInfo getExcepInfo()
          Returns the EXCEPINFO structure.
 
Methods inherited from class org.jinterop.dcom.common.JIException
getErrorCode, getMessage
 
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

JIAutomationException

public JIAutomationException(JIException e)
Method Detail

getExcepInfo

public JIExcepInfo getExcepInfo()
Returns the EXCEPINFO structure.

Returns: