public class ClientException extends Exception
ClientException
is the super class of all client exception
classes. An instance of this class is thrown whenever finding problems in
building the infrastucture for using the IPGApiClient
and assembling
transactions to be committed.Constructor and Description |
---|
ClientException(String message)
creates an instance of this class taking an error description as argument
|
ClientException(String message,
Exception exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019. All rights reserved.