Class PermanentConsumerException

  • All Implemented Interfaces:
    Serializable

    public class PermanentConsumerException
    extends RuntimeException
    A stream subsystem error that indicates a situation that is not likely to clear up by retrying the request (for example, no such topic or offset out of range).
    See Also:
    Serialized Form
    • Constructor Detail

      • PermanentConsumerException

        public PermanentConsumerException​(Throwable cause)