Package org.citrusframework.exceptions
Class MissingExpectedMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.CitrusRuntimeException
org.citrusframework.exceptions.MissingExpectedMessageException
- All Implemented Interfaces:
Serializable
This exception is thrown when a message receiving action
does not specify any expected content.
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.MissingExpectedMessageException(String message) Constructor using fields.MissingExpectedMessageException(String message, Throwable cause) Constructor using fields.Constructor using fields. -
Method Summary
Methods inherited from class org.citrusframework.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, getMessage, setFailureStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingExpectedMessageException
public MissingExpectedMessageException()Default constructor. -
MissingExpectedMessageException
Constructor using fields.- Parameters:
message-
-
MissingExpectedMessageException
Constructor using fields.- Parameters:
cause-
-
MissingExpectedMessageException
Constructor using fields.- Parameters:
message-cause-
-