Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Defined in
CommunicationException.java