Share via


CommunicationException(String, Throwable) constructor

Initializes a new instance of the CommunicationException class with a default message and, tag and the application name and inner exception.

Signature

public CommunicationException(String applicationName, Throwable e)

Parameters

Name Datatype Description
applicationName
String
e
Throwable
The inner exception. If the inner exception is a GeneralException, its type will be the one used for the new exception.

Returns

CommunicationException

Defined in

CommunicationException.java