public class RuntimeApiException extends RuntimeException
ApiException for use where checked exceptions cannot be
thrown.| Constructor and Description |
|---|
RuntimeApiException(ApiException e)
Constructs a new runtime API exception wrapping the given API exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeApiException(ApiException e)
e - the API exceptionCopyright © 2016–2019 CLX Communications. All rights reserved.