Class ETComException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.tracetronic.jenkins.plugins.ecutest.wrapper.com.ETComException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ETComTimeoutException
Exception thrown if an error occurs while communicating with a COM instance.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newETComException.ETComException(String message) Instantiates a newETComException.ETComException(String message, Throwable cause) Instantiates a newETComException.ETComException(Throwable cause) Instantiates a newETComException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ETComException
Instantiates a newETComException.- Parameters:
cause- the cause of theException
-
ETComException
Instantiates a newETComException. -
ETComException
Instantiates a newETComException.- Parameters:
message- the message to attach to theException
-
ETComException
public ETComException()Instantiates a newETComException.
-