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