Class UnknownCorrelationIdException

  • All Implemented Interfaces:
    Serializable

    public class UnknownCorrelationIdException
    extends Exception
    This is thrown when correlation data is requested but the ID specified is not a known correlation ID.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownCorrelationIdException

        public UnknownCorrelationIdException​(String message)
      • UnknownCorrelationIdException

        public UnknownCorrelationIdException​(String message,
                                             Throwable cause)