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