Class NoSuchMessageValidatorException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchMessageValidatorException
    extends CitrusRuntimeException
    In case no message validator exists for a given prefix this exception is thrown.
    Author:
    Christoph Deppisch
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchMessageValidatorException

        public NoSuchMessageValidatorException()
        Default constructor.
      • NoSuchMessageValidatorException

        public NoSuchMessageValidatorException​(String message)
        Constructor using fields.
        Parameters:
        message -
      • NoSuchMessageValidatorException

        public NoSuchMessageValidatorException​(Throwable cause)
        Constructor using fields.
        Parameters:
        cause -
      • NoSuchMessageValidatorException

        public NoSuchMessageValidatorException​(String message,
                                               Throwable cause)
        Constructor using fields.
        Parameters:
        message -
        cause -