public class UncheckedTProtocolException extends UncheckedTException
TProtocolException with an unchecked exception.
If a Drift client receives a TProtocolException for a method
that doesn't declare TProtocolException to be thrown,
the underlying exception is wrapped in this class and rethrown.| Constructor and Description |
|---|
UncheckedTProtocolException(TProtocolException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedTProtocolException(TProtocolException cause)
Copyright © 2012–2018. All rights reserved.