java.lang.Object
java.lang.Throwable
java.lang.Error
com.swiftmq.impl.mqtt.v311.netty.util.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: