public class DiffusionClientException extends GatewayFrameworkException
The cause will be the actual Diffusion Client API exception.
| Constructor and Description | 
|---|
DiffusionClientException(String message)
Constructor. 
 | 
DiffusionClientException(String message,
                        Throwable cause)
Constructor. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DiffusionClientException(String message, Throwable cause)
message - the detail messagecause - the cause which will be an exception as defined by the
        Diffusion Client API.public DiffusionClientException(String message)
message - the detail messageCopyright © 2024 DiffusionData Limited. All rights reserved.