Class RestartException

  • All Implemented Interfaces:
    Serializable

    public class RestartException
    extends CacheException
    Used by the entry processor to abort the processing to carry out some, possibly asynchronous, processing.
    Author:
    Jens Wilke
    See Also:
    Serialized Form
    • Constructor Detail

      • RestartException

        protected RestartException()
        Used for internal flow control, no need to carry a message or stack trace. Disabling the stack trace speeds up processing.
        See Also: