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