Package io.netty.util

Class LeakPresenceDetector.AllocationProhibitedException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    LeakPresenceDetector<T>

    public static final class LeakPresenceDetector.AllocationProhibitedException
    extends IllegalStateException
    Special exception type to show that an allocation is prohibited at the moment, for example because the LeakPresenceDetector.ResourceScope is closed, or because the current thread cannot be associated with a particular scope.

    Some code in Netty will treat this exception specially to avoid allocation loops.

    See Also:
    Serialized Form
    • Constructor Detail

      • AllocationProhibitedException

        public AllocationProhibitedException​(String s)