Package org.citrusframework.exceptions
Class MessageTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.CitrusRuntimeException
org.citrusframework.exceptions.ActionTimeoutException
org.citrusframework.exceptions.MessageTimeoutException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReplyMessageTimeoutException
- Author:
- Christoph Deppisch
- See Also:
-
Field Summary
FieldsFields inherited from class org.citrusframework.exceptions.ActionTimeoutException
timeout -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorMessageTimeoutException(long timeout, String endpoint) Constructor using fields.MessageTimeoutException(long timeout, String endpoint, Throwable cause) Constructor using fields. -
Method Summary
Methods inherited from class org.citrusframework.exceptions.ActionTimeoutException
getMessageMethods inherited from class org.citrusframework.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, setFailureStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
endpoint
-
-
Constructor Details
-
MessageTimeoutException
public MessageTimeoutException()Default constructor -
MessageTimeoutException
Constructor using fields.- Parameters:
timeout-endpoint-
-
MessageTimeoutException
Constructor using fields.- Parameters:
timeout-endpoint-cause-
-
-
Method Details
-
getDetailMessage
- Overrides:
getDetailMessagein classActionTimeoutException
-