Class StreamCacheException

All Implemented Interfaces:
Serializable

public class StreamCacheException extends TypeConversionException
Thrown when stream caching of a message body fails.
Since:
3.6
See Also:
  • Constructor Details

    • StreamCacheException

      public StreamCacheException(@Nullable Object value, Throwable cause)
      Parameters:
      value - the message body value that could not be cached
      cause - the cause of the failure