Class LeakPresenceDetector.AllocationProhibitedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.netty.util.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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AllocationProhibitedException
-