Class ProcessorStateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessorStateException
    extends StreamsException
    Indicates a processor state operation (e.g. put, get) has failed.
    See Also:
    StateStore, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProcessorStateException

        public ProcessorStateException​(java.lang.String message)
      • ProcessorStateException

        public ProcessorStateException​(java.lang.String message,
                                       java.lang.Throwable throwable)
      • ProcessorStateException

        public ProcessorStateException​(java.lang.Throwable throwable)