public class BrokerCommunicationException
extends BaseException
| Constructor and Description |
|---|
BrokerCommunicationException(java.lang.String errorMessage,
java.lang.Throwable throwable)
Initiates the
com.microsoft.identity.common.exception.BrokerCommunicationException with error message and throwable. |
public BrokerCommunicationException(java.lang.String errorMessage,
java.lang.Throwable throwable)
com.microsoft.identity.common.exception.BrokerCommunicationException with error message and throwable.errorMessage - The error message contained in the exception.throwable - The Throwable contains the cause for the exception.