Package io.netty.util

Class Signal

All Implemented Interfaces:
Constant<Signal>, Serializable, Comparable<Signal>

public final class Signal extends Error implements Constant<Signal>
A special Error which is used to signal some state or request by throwing it. Signal has an empty stack trace and has no cause to save the instantiation overhead.
See Also: