Class StateTooLargeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.nifi.components.state.exception.StateTooLargeException
All Implemented Interfaces:
Serializable

public class StateTooLargeException extends IOException
Thrown when attempting to store state via the StateManager but the state being stored is larger than is allowed by the backing storage mechanism.
See Also:
  • Field Details

  • Constructor Details

    • StateTooLargeException

      public StateTooLargeException(String message)