Package reactor.pool

Class PoolShutdownException

All Implemented Interfaces:
Serializable

public class PoolShutdownException extends RuntimeException
A RuntimeException that denotes that a Pool has been disposed.
Author:
Simon Baslé
See Also:
  • Constructor Details

    • PoolShutdownException

      public PoolShutdownException()
    • PoolShutdownException

      public PoolShutdownException(String reason)