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
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StateTooLargeException
-