org.jinterop.dcom.impls.automation
Class JIAutomationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jinterop.dcom.common.JIException
              extended byorg.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
equals, 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: