SilverStream
Application Server 3.5

com.sssw.rt.com
Class ComException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--java.lang.RuntimeException
                   |
                   +--com.sssw.rt.util.AgoApplicationException
                         |
                         +--com.sssw.rt.com.ComException
All Implemented Interfaces:
AgiParentedException, Serializable

public class ComException
extends AgoApplicationException

ComException Indicates an error invoking COM support.

See Also:
Serialized Form

Constructor Summary
ComException()
           
 
Method Summary
 int getHResult()
          Returns the HRESULT associated with this exception.
 
Methods inherited from class com.sssw.rt.util.AgoApplicationException
getMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods implemented from interface com.sssw.rt.util.AgiParentedException
getExceptionParent
 

Constructor Detail

ComException

public ComException()
Method Detail

getHResult

public int getHResult()
Returns the HRESULT associated with this exception.
Returns:
The HRESULT associated with the error

SilverStream
Application Server 3.5