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