Package com.linkedin.alpini.base.misc
Class Netty4ThrowException
- java.lang.Object
-
- com.linkedin.alpini.base.misc.Netty4ThrowException
-
- All Implemented Interfaces:
ExceptionUtil.ExceptionThrower
public final class Netty4ThrowException extends java.lang.Object implements ExceptionUtil.ExceptionThrower
Simple wrapper using Netty4 PlatformDependent implementation
-
-
Constructor Summary
Constructors Constructor Description Netty4ThrowException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
throwException(java.lang.Throwable throwable)
-
-
-
Method Detail
-
throwException
public void throwException(java.lang.Throwable throwable)
- Specified by:
throwException
in interfaceExceptionUtil.ExceptionThrower
-
-