com.jacob.com
Class ComFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jacob.com.ComException
com.jacob.com.ComFailException
- All Implemented Interfaces:
- java.io.Serializable
public class ComFailException
- extends ComException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
ComFailException
public ComFailException(int hr)
ComFailException
public ComFailException(int hr,
java.lang.String message)
ComFailException
public ComFailException(int hr,
java.lang.String source,
java.lang.String helpFile,
int helpContext)
ComFailException
public ComFailException(int hr,
java.lang.String description,
java.lang.String source,
java.lang.String helpFile,
int helpContext)
ComFailException
public ComFailException()
ComFailException
public ComFailException(java.lang.String message)